Html Css Color HEX #067DF9 Dodger Blue

📋 copy color: '#067DF9'

red 6 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #067DF9

Tints of Dodger Blue #067DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 1.58%
G = 32.89%
B = 65.53%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#067DF9 (or 0x067DF9) is known color: Dodger Blue. HEX triplet: 06, 7D and F9. RGB value is (6,125,249). Sum of RGB (Red+Green+Blue) = 6+125+249=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #067DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DF9 is #F98206. Grayscale: #666666. Windows color (decimal): -16351751 or 16350470. OLE color: 16350470.

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

Color convert

RGB 6 125 249 -
CMYK 0.98 0.50 0 0.02
HSL 210.62º 0.95% 0.5% -
HSV(B) 210.62º 0.98% 0.98% -
XYZ 24.51 21.55 92.49 -
YUV 103.56 210.08 58.42 -
System Red Green Blue C M Y K H S L
Decimal 6 125 249 0.98 0.50 0 0.02 210.62 0.95 0.5
Hex 6 7D F9 62 32 0 2 D3 5F 32
Octal 6 175 371 142 62 0 2 323 137 62
Binary 110 1111101 11111001 1100010 110010 0 10 11010011 1011111 110010

Color Harmonies of #067DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DF9

Black with #067DF9

Text Example


Text Example

White with #067DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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