Html Css Color HEX #026FFF Dodger Blue

📋 copy color: '#026FFF'

red 2 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #026FFF

Tints of Dodger Blue #026FFF

RGB

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

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

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

R = 0.54%
G = 30.16%
B = 69.29%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#026FFF (or 0x026FFF) is known color: Dodger Blue. HEX triplet: 02, 6F and FF. RGB value is (2,111,255). Sum of RGB (Red+Green+Blue) = 2+111+255=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #026FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FFF is #FD9000. Grayscale: #5E5E5E. Windows color (decimal): -16617473 or 16740098. OLE color: 16740098.

HSL color Cylindrical-coordinate representation of color #026FFF: hue angle of 214.15º 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 #026FFF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 111 255 -
CMYK 0.99 0.56 0 0
HSL 214.15º 1% 0.5% -
HSV(B) 214.15º 0.99% 1% -
XYZ 23.76 18.6 96.95 -
YUV 94.83 218.39 61.79 -
System Red Green Blue C M Y K H S L
Decimal 2 111 255 0.99 0.56 0 0 214.15 1 0.5
Hex 2 6F FF 63 38 0 0 D6 64 32
Octal 2 157 377 143 70 0 0 326 144 62
Binary 10 1101111 11111111 1100011 111000 0 0 11010110 1100100 110010

Color Harmonies of #026FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FFF

Black with #026FFF

Text Example


Text Example

White with #026FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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