#067bfe

Color #067BFE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #067BFE

Tints of Dodger Blue #067BFE

Color information

#067BFE (or 0x067BFE) is unknown color: approx Dodger Blue. HEX triplet: 06, 7B and FE. RGB value is (6,123,254). Sum of RGB (Red+Green+Blue) = 6+123+254=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #067BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BFE is #F98401. Grayscale: #666666. Windows color (decimal): -16352258 or 16677638. OLE color: 16677638.

HSL color Cylindrical-coordinate representation of color #067BFE: hue angle of 211.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067BFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6123254-
CMYK0.980.5200.00
HSL211.69º99.2%50.98%-
HSV(B)211.69º97.64%99.61%-
XYZ25.0521.3696.57-
YUV102.95213.2458.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=1.57%
G=32.11%
B=66.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal61232540.980.5200.00211.6999.250.98
Hex67BFE623400d46333
Octal6173376142640032414363
Binary110111101111111110110001011010000110101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067bfe; }

 p { color: rgb(6,123,254); }

 H1.HeaderClassName
 {
   color: #067bfe;
 }
 .AnyTagClassName
 {
   color: #067bfe;
 }
</style>
background-color css

<style>
 a { background-color: #067bfe; }

 a { background-color: rgb(6,123,254); }

 div.DivClassName
 {
   background-color: #067bfe;
 }
 .BgClassName
 {
   background-color: #067bfe;
 }
</style>
border-color css

<style>
 span { border-color: #067bfe; }

 span { border-color: rgb(6,123,254); }

 td.TdClassName
 {
   border-color: #067bfe;
 }
 .TagClassName
 {
   border-color: #067bfe;
 }
</style>