Html Css Color HEX #006EFF Dodger Blue

📋 copy color: '#006EFF'

red 0 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #006EFF

Tints of Dodger Blue #006EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 255 (100% from 255) = 69.86%

R = 0%
G = 30.14%
B = 69.86%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#006EFF (or 0x006EFF) is known color: Dodger Blue. HEX triplet: 00, 6E and FF. RGB value is (0,110,255). Sum of RGB (Red+Green+Blue) = 0+110+255=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #006EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EFF is #FF9100. Grayscale: #5C5C5C. Windows color (decimal): -16748801 or 16739840. OLE color: 16739840.

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

Color convert

RGB 0 110 255 -
CMYK 1 0.57 0 0
HSL 214.12º 1% 0.5% -
HSV(B) 214.12º 1% 1% -
XYZ 23.63 18.37 96.91 -
YUV 93.64 219.06 61.21 -
System Red Green Blue C M Y K H S L
Decimal 0 110 255 1 0.57 0 0 214.12 1 0.5
Hex 0 6E FF 64 39 0 0 D6 64 32
Octal 0 156 377 144 71 0 0 326 144 62
Binary 0 1101110 11111111 1100100 111001 0 0 11010110 1100100 110010

Color Harmonies of #006EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EFF

Black with #006EFF

Text Example


Text Example

White with #006EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,110,255); }

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

background-color css

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

 a { background-color: rgb(0,110,255); }

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

border-color css

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

 span { border-color: rgb(0,110,255); }

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