Html Css Color HEX #006FF9 Dodger Blue

📋 copy color: '#006FF9'

red 0 ◦ green 111 ◦ blue 249

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

Shades of Dodger Blue #006FF9

Tints of Dodger Blue #006FF9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 0%
G = 30.83%
B = 69.17%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#006FF9 (or 0x006FF9) is known color: Dodger Blue. HEX triplet: 00, 6F and F9. RGB value is (0,111,249). Sum of RGB (Red+Green+Blue) = 0+111+249=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #006FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FF9 is #FF9006. Grayscale: #5C5C5C. Windows color (decimal): -16748551 or 16346880. OLE color: 16346880.

HSL color Cylindrical-coordinate representation of color #006FF9: hue angle of 213.25º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FF9 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 111 249 -
CMYK 1 0.55 0 0.02
HSL 213.25º 1% 0.49% -
HSV(B) 213.25º 1% 0.98% -
XYZ 22.78 18.21 91.94 -
YUV 93.54 215.73 61.28 -
System Red Green Blue C M Y K H S L
Decimal 0 111 249 1 0.55 0 0.02 213.25 1 0.49
Hex 0 6F F9 64 37 0 2 D5 64 31
Octal 0 157 371 144 67 0 2 325 144 61
Binary 0 1101111 11111001 1100100 110111 0 10 11010101 1100100 110001

Color Harmonies of #006FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FF9

Black with #006FF9

Text Example


Text Example

White with #006FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FF9; }

 p { color: rgb(0,111,249); }

 H1.HeaderClassName
 {
   color: #006FF9;
 }
 .AnyTagClassName
 {
   color: #006FF9;
 }
</style>

background-color css

<style>
 a { background-color: #006FF9; }

 a { background-color: rgb(0,111,249); }

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

border-color css

<style>
 span { border-color: #006FF9; }

 span { border-color: rgb(0,111,249); }

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