Html Css Color HEX #067FF8 Dodger Blue

📋 copy color: '#067FF8'

red 6 ◦ green 127 ◦ blue 248

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

Shades of Dodger Blue #067FF8

Tints of Dodger Blue #067FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 65.09%

R = 1.57%
G = 33.33%
B = 65.09%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#067FF8 (or 0x067FF8) is known color: Dodger Blue. HEX triplet: 06, 7F and F8. RGB value is (6,127,248). Sum of RGB (Red+Green+Blue) = 6+127+248=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #067FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FF8 is #F98007. Grayscale: #686868. Windows color (decimal): -16351240 or 16285446. OLE color: 16285446.

HSL color Cylindrical-coordinate representation of color #067FF8: hue angle of 210º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067FF8 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 127 248 -
CMYK 0.98 0.49 0 0.03
HSL 210º 0.95% 0.5% -
HSV(B) 210º 0.98% 0.97% -
XYZ 24.61 21.99 91.76 -
YUV 104.62 208.91 57.66 -
System Red Green Blue C M Y K H S L
Decimal 6 127 248 0.98 0.49 0 0.03 210 0.95 0.5
Hex 6 7F F8 62 31 0 3 D2 5F 32
Octal 6 177 370 142 61 0 3 322 137 62
Binary 110 1111111 11111000 1100010 110001 0 11 11010010 1011111 110010

Color Harmonies of #067FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FF8

Black with #067FF8

Text Example


Text Example

White with #067FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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