Html Css Color HEX #067FFE Dodger Blue

📋 copy color: '#067FFE'

red 6 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #067FFE

Tints of Dodger Blue #067FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 1.55%
G = 32.82%
B = 65.63%

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

#067FFE (or 0x067FFE) is known color: Dodger Blue. HEX triplet: 06, 7F and FE. RGB value is (6,127,254). Sum of RGB (Red+Green+Blue) = 6+127+254=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #067FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FFE is #F98001. Grayscale: #686868. Windows color (decimal): -16351234 or 16678662. OLE color: 16678662.

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

Color convert

RGB 6 127 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.73º 0.99% 0.51% -
HSV(B) 210.73º 0.98% 1% -
XYZ 25.55 22.37 96.74 -
YUV 105.3 211.91 57.17 -
System Red Green Blue C M Y K H S L
Decimal 6 127 254 0.98 0.50 0 0.00 210.73 0.99 0.51
Hex 6 7F FE 62 32 0 0 D3 63 33
Octal 6 177 376 142 62 0 0 323 143 63
Binary 110 1111111 11111110 1100010 110010 0 0 11010011 1100011 110011

Color Harmonies of #067FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FFE

Black with #067FFE

Text Example


Text Example

White with #067FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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