Html Css Color HEX #067EFE Dodger Blue

📋 copy color: '#067EFE'

red 6 ◦ green 126 ◦ blue 254

#067EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #067EFE

Tints of Dodger Blue #067EFE

RGB

 RED value IS 6 (2.73% from 255) = 1.55%

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 1.55%
G = 32.64%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#067EFE (or 0x067EFE) is known color: Dodger Blue. HEX triplet: 06, 7E and FE. RGB value is (6,126,254). Sum of RGB (Red+Green+Blue) = 6+126+254=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #067EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067EFE is #F98101. Grayscale: #686868. Windows color (decimal): -16351490 or 16678406. OLE color: 16678406.

HSL color Cylindrical-coordinate representation of color #067EFE: hue angle of 210.97º 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 #067EFE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 126 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.97º 0.99% 0.51% -
HSV(B) 210.97º 0.98% 1% -
XYZ 25.43 22.12 96.69 -
YUV 104.71 212.24 57.59 -
System Red Green Blue C M Y K H S L
Decimal 6 126 254 0.98 0.50 0 0.00 210.97 0.99 0.51
Hex 6 7E FE 62 32 0 0 D3 63 33
Octal 6 176 376 142 62 0 0 323 143 63
Binary 110 1111110 11111110 1100010 110010 0 0 11010011 1100011 110011

Color Harmonies of #067EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EFE

Black with #067EFE

Text Example


Text Example

White with #067EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #067EFE;
 }
 .AnyTagClassName
 {
   color: #067EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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