Html Css Color HEX #026FFE Dodger Blue

📋 copy color: '#026FFE'

red 2 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #026FFE

Tints of Dodger Blue #026FFE

RGB

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

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

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

R = 0.54%
G = 30.25%
B = 69.21%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#026FFE (or 0x026FFE) is known color: Dodger Blue. HEX triplet: 02, 6F and FE. RGB value is (2,111,254). Sum of RGB (Red+Green+Blue) = 2+111+254=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #026FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FFE is #FD9001. Grayscale: #5E5E5E. Windows color (decimal): -16617474 or 16674562. OLE color: 16674562.

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

Color convert

RGB 2 111 254 -
CMYK 0.99 0.56 0 0.00
HSL 214.05º 0.99% 0.5% -
HSV(B) 214.05º 0.99% 1% -
XYZ 23.6 18.54 96.1 -
YUV 94.71 217.89 61.87 -
System Red Green Blue C M Y K H S L
Decimal 2 111 254 0.99 0.56 0 0.00 214.05 0.99 0.5
Hex 2 6F FE 63 38 0 0 D6 63 32
Octal 2 157 376 143 70 0 0 326 143 62
Binary 10 1101111 11111110 1100011 111000 0 0 11010110 1100011 110010

Color Harmonies of #026FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FFE

Black with #026FFE

Text Example


Text Example

White with #026FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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