Html Css Color HEX #067FFC Dodger Blue

📋 copy color: '#067FFC'

red 6 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #067FFC

Tints of Dodger Blue #067FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 1.56%
G = 32.99%
B = 65.45%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#067FFC (or 0x067FFC) is known color: Dodger Blue. HEX triplet: 06, 7F and FC. RGB value is (6,127,252). Sum of RGB (Red+Green+Blue) = 6+127+252=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #067FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FFC is #F98003. Grayscale: #686868. Windows color (decimal): -16351236 or 16547590. OLE color: 16547590.

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

Color convert

RGB 6 127 252 -
CMYK 0.98 0.50 0 0.01
HSL 210.49º 0.98% 0.51% -
HSV(B) 210.49º 0.98% 0.99% -
XYZ 25.24 22.25 95.06 -
YUV 105.07 210.91 57.34 -
System Red Green Blue C M Y K H S L
Decimal 6 127 252 0.98 0.50 0 0.01 210.49 0.98 0.51
Hex 6 7F FC 62 32 0 1 D2 62 33
Octal 6 177 374 142 62 0 1 322 142 63
Binary 110 1111111 11111100 1100010 110010 0 1 11010010 1100010 110011

Color Harmonies of #067FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FFC

Black with #067FFC

Text Example


Text Example

White with #067FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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