Html Css Color HEX #067CFD Dodger Blue

📋 copy color: '#067CFD'

red 6 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #067CFD

Tints of Dodger Blue #067CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 253 (99.22% from 255) = 66.06%

R = 1.57%
G = 32.38%
B = 66.06%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#067CFD (or 0x067CFD) is known color: Dodger Blue. HEX triplet: 06, 7C and FD. RGB value is (6,124,253). Sum of RGB (Red+Green+Blue) = 6+124+253=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #067CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CFD is #F98302. Grayscale: #666666. Windows color (decimal): -16352003 or 16612358. OLE color: 16612358.

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

Color convert

RGB 6 124 253 -
CMYK 0.98 0.51 0 0.01
HSL 211.34º 0.98% 0.51% -
HSV(B) 211.34º 0.98% 0.99% -
XYZ 25.01 21.55 95.77 -
YUV 103.42 212.41 58.51 -
System Red Green Blue C M Y K H S L
Decimal 6 124 253 0.98 0.51 0 0.01 211.34 0.98 0.51
Hex 6 7C FD 62 33 0 1 D3 62 33
Octal 6 174 375 142 63 0 1 323 142 63
Binary 110 1111100 11111101 1100010 110011 0 1 11010011 1100010 110011

Color Harmonies of #067CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CFD

Black with #067CFD

Text Example


Text Example

White with #067CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,253); }

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

background-color css

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

 a { background-color: rgb(6,124,253); }

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

border-color css

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

 span { border-color: rgb(6,124,253); }

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