Html Css Color HEX #006DF0 Navy Blue

📋 copy color: '#006DF0'

red 0 ◦ green 109 ◦ blue 240

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

Shades of Navy Blue #006DF0

Tints of Navy Blue #006DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 240 (94.14% from 255) = 68.77%

R = 0%
G = 31.23%
B = 68.77%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#006DF0 (or 0x006DF0) is known color: Navy Blue. HEX triplet: 00, 6D and F0. RGB value is (0,109,240). Sum of RGB (Red+Green+Blue) = 0+109+240=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #006DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF0 is #FF920F. Grayscale: #5A5A5A. Windows color (decimal): -16749072 or 15756544. OLE color: 15756544.

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

Color convert

RGB 0 109 240 -
CMYK 1 0.55 0 0.06
HSL 212.75º 1% 0.47% -
HSV(B) 212.75º 1% 0.94% -
XYZ 21.2 17.23 84.65 -
YUV 91.34 211.89 62.85 -
System Red Green Blue C M Y K H S L
Decimal 0 109 240 1 0.55 0 0.06 212.75 1 0.47
Hex 0 6D F0 64 37 0 6 D5 64 2F
Octal 0 155 360 144 67 0 6 325 144 57
Binary 0 1101101 11110000 1100100 110111 0 110 11010101 1100100 101111

Color Harmonies of #006DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DF0

Black with #006DF0

Text Example


Text Example

White with #006DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,240); }

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

background-color css

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

 a { background-color: rgb(0,109,240); }

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

border-color css

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

 span { border-color: rgb(0,109,240); }

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