Html Css Color HEX #026EFF Dodger Blue

📋 copy color: '#026EFF'

red 2 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #026EFF

Tints of Dodger Blue #026EFF

RGB

 RED value IS 2 (1.17% from 255) = 0.54%

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

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

R = 0.54%
G = 29.97%
B = 69.48%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#026EFF (or 0x026EFF) is known color: Dodger Blue. HEX triplet: 02, 6E and FF. RGB value is (2,110,255). Sum of RGB (Red+Green+Blue) = 2+110+255=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #026EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026EFF is #FD9100. Grayscale: #5D5D5D. Windows color (decimal): -16617729 or 16739842. OLE color: 16739842.

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

Color convert

RGB 2 110 255 -
CMYK 0.99 0.57 0 0
HSL 214.39º 1% 0.5% -
HSV(B) 214.39º 0.99% 1% -
XYZ 23.65 18.38 96.91 -
YUV 94.24 218.72 62.21 -
System Red Green Blue C M Y K H S L
Decimal 2 110 255 0.99 0.57 0 0 214.39 1 0.5
Hex 2 6E FF 63 39 0 0 D6 64 32
Octal 2 156 377 143 71 0 0 326 144 62
Binary 10 1101110 11111111 1100011 111001 0 0 11010110 1100100 110010

Color Harmonies of #026EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EFF

Black with #026EFF

Text Example


Text Example

White with #026EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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