Html Css Color HEX #026CFE Dodger Blue

📋 copy color: '#026CFE'

red 2 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #026CFE

Tints of Dodger Blue #026CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 0.55%
G = 29.67%
B = 69.78%

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

#026CFE (or 0x026CFE) is known color: Dodger Blue. HEX triplet: 02, 6C and FE. RGB value is (2,108,254). Sum of RGB (Red+Green+Blue) = 2+108+254=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #026CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CFE is #FD9301. Grayscale: #5C5C5C. Windows color (decimal): -16618242 or 16673794. OLE color: 16673794.

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

Color convert

RGB 2 108 254 -
CMYK 0.99 0.57 0 0.00
HSL 214.76º 0.99% 0.5% -
HSV(B) 214.76º 0.99% 1% -
XYZ 23.28 17.89 95.99 -
YUV 92.95 218.88 63.13 -
System Red Green Blue C M Y K H S L
Decimal 2 108 254 0.99 0.57 0 0.00 214.76 0.99 0.5
Hex 2 6C FE 63 39 0 0 D7 63 32
Octal 2 154 376 143 71 0 0 327 143 62
Binary 10 1101100 11111110 1100011 111001 0 0 11010111 1100011 110010

Color Harmonies of #026CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CFE

Black with #026CFE

Text Example


Text Example

White with #026CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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