Html Css Color HEX #067DFE Dodger Blue

📋 copy color: '#067DFE'

red 6 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #067DFE

Tints of Dodger Blue #067DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 1.56%
G = 32.47%
B = 65.97%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#067DFE (or 0x067DFE) is known color: Dodger Blue. HEX triplet: 06, 7D and FE. RGB value is (6,125,254). Sum of RGB (Red+Green+Blue) = 6+125+254=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #067DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DFE is #F98201. Grayscale: #676767. Windows color (decimal): -16351746 or 16678150. OLE color: 16678150.

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

Color convert

RGB 6 125 254 -
CMYK 0.98 0.51 0 0.00
HSL 211.21º 0.99% 0.51% -
HSV(B) 211.21º 0.98% 1% -
XYZ 25.3 21.86 96.65 -
YUV 104.13 212.58 58.01 -
System Red Green Blue C M Y K H S L
Decimal 6 125 254 0.98 0.51 0 0.00 211.21 0.99 0.51
Hex 6 7D FE 62 33 0 0 D3 63 33
Octal 6 175 376 142 63 0 0 323 143 63
Binary 110 1111101 11111110 1100010 110011 0 0 11010011 1100011 110011

Color Harmonies of #067DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DFE

Black with #067DFE

Text Example


Text Example

White with #067DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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