Html Css Color HEX #026BFE Dodger Blue

📋 copy color: '#026BFE'

red 2 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #026BFE

Tints of Dodger Blue #026BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 0.55%
G = 29.48%
B = 69.97%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#026BFE (or 0x026BFE) is known color: Dodger Blue. HEX triplet: 02, 6B and FE. RGB value is (2,107,254). Sum of RGB (Red+Green+Blue) = 2+107+254=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #026BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026BFE is #FD9401. Grayscale: #5B5B5B. Windows color (decimal): -16618498 or 16673538. OLE color: 16673538.

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

Color convert

RGB 2 107 254 -
CMYK 0.99 0.58 0 0.00
HSL 215º 0.99% 0.5% -
HSV(B) 215º 0.99% 1% -
XYZ 23.17 17.68 95.96 -
YUV 92.36 219.21 63.55 -
System Red Green Blue C M Y K H S L
Decimal 2 107 254 0.99 0.58 0 0.00 215 0.99 0.5
Hex 2 6B FE 63 3A 0 0 D7 63 32
Octal 2 153 376 143 72 0 0 327 143 62
Binary 10 1101011 11111110 1100011 111010 0 0 11010111 1100011 110010

Color Harmonies of #026BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BFE

Black with #026BFE

Text Example


Text Example

White with #026BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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