Html Css Color HEX #028BFE Dodger Blue

📋 copy color: '#028BFE'

red 2 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #028BFE

Tints of Dodger Blue #028BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 0.51%
G = 35.19%
B = 64.3%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#028BFE (or 0x028BFE) is known color: Dodger Blue. HEX triplet: 02, 8B and FE. RGB value is (2,139,254). Sum of RGB (Red+Green+Blue) = 2+139+254=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #028BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BFE is #FD7401. Grayscale: #6E6E6E. Windows color (decimal): -16610306 or 16681730. OLE color: 16681730.

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

Color convert

RGB 2 139 254 -
CMYK 0.99 0.45 0 0.00
HSL 207.38º 0.99% 0.5% -
HSV(B) 207.38º 0.99% 1% -
XYZ 27.15 25.63 97.28 -
YUV 111.15 208.61 50.15 -
System Red Green Blue C M Y K H S L
Decimal 2 139 254 0.99 0.45 0 0.00 207.38 0.99 0.5
Hex 2 8B FE 63 2D 0 0 CF 63 32
Octal 2 213 376 143 55 0 0 317 143 62
Binary 10 10001011 11111110 1100011 101101 0 0 11001111 1100011 110010

Color Harmonies of #028BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BFE

Black with #028BFE

Text Example


Text Example

White with #028BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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