Html Css Color HEX #028FEB Dodger Blue

📋 copy color: '#028FEB'

red 2 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #028FEB

Tints of Dodger Blue #028FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 0.53%
G = 37.63%
B = 61.84%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#028FEB (or 0x028FEB) is known color: Dodger Blue. HEX triplet: 02, 8F and EB. RGB value is (2,143,235). Sum of RGB (Red+Green+Blue) = 2+143+235=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #028FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FEB is #FD7014. Grayscale: #6E6E6E. Windows color (decimal): -16609301 or 15437570. OLE color: 15437570.

HSL color Cylindrical-coordinate representation of color #028FEB: hue angle of 203.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FEB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 143 235 -
CMYK 0.99 0.39 0 0.08
HSL 203.69º 0.98% 0.46% -
HSV(B) 203.69º 0.99% 0.92% -
XYZ 24.84 25.66 82.24 -
YUV 111.33 197.79 50.02 -
System Red Green Blue C M Y K H S L
Decimal 2 143 235 0.99 0.39 0 0.08 203.69 0.98 0.46
Hex 2 8F EB 63 27 0 8 CC 62 2E
Octal 2 217 353 143 47 0 10 314 142 56
Binary 10 10001111 11101011 1100011 100111 0 1000 11001100 1100010 101110

Color Harmonies of #028FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FEB

Black with #028FEB

Text Example


Text Example

White with #028FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,235); }

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

background-color css

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

 a { background-color: rgb(2,143,235); }

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

border-color css

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

 span { border-color: rgb(2,143,235); }

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