Html Css Color HEX #026EFE Dodger Blue

📋 copy color: '#026EFE'

red 2 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #026EFE

Tints of Dodger Blue #026EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 0.55%
G = 30.05%
B = 69.4%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#026EFE (or 0x026EFE) is known color: Dodger Blue. HEX triplet: 02, 6E and FE. RGB value is (2,110,254). Sum of RGB (Red+Green+Blue) = 2+110+254=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #026EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026EFE is #FD9101. Grayscale: #5D5D5D. Windows color (decimal): -16617730 or 16674306. OLE color: 16674306.

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

Color convert

RGB 2 110 254 -
CMYK 0.99 0.57 0 0.00
HSL 214.29º 0.99% 0.5% -
HSV(B) 214.29º 0.99% 1% -
XYZ 23.49 18.32 96.06 -
YUV 94.12 218.22 62.29 -
System Red Green Blue C M Y K H S L
Decimal 2 110 254 0.99 0.57 0 0.00 214.29 0.99 0.5
Hex 2 6E FE 63 39 0 0 D6 63 32
Octal 2 156 376 143 71 0 0 326 143 62
Binary 10 1101110 11111110 1100011 111001 0 0 11010110 1100011 110010

Color Harmonies of #026EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EFE

Black with #026EFE

Text Example


Text Example

White with #026EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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