Html Css Color HEX #028BEE Dodger Blue

📋 copy color: '#028BEE'

red 2 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #028BEE

Tints of Dodger Blue #028BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 0.53%
G = 36.68%
B = 62.8%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#028BEE (or 0x028BEE) is known color: Dodger Blue. HEX triplet: 02, 8B and EE. RGB value is (2,139,238). Sum of RGB (Red+Green+Blue) = 2+139+238=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #028BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BEE is #FD7411. Grayscale: #6C6C6C. Windows color (decimal): -16610322 or 15633154. OLE color: 15633154.

HSL color Cylindrical-coordinate representation of color #028BEE: hue angle of 205.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BEE is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 139 238 -
CMYK 0.99 0.42 0 0.07
HSL 205.17º 0.98% 0.47% -
HSV(B) 205.17º 0.99% 0.93% -
XYZ 24.69 24.65 84.35 -
YUV 109.32 200.61 51.45 -
System Red Green Blue C M Y K H S L
Decimal 2 139 238 0.99 0.42 0 0.07 205.17 0.98 0.47
Hex 2 8B EE 63 2A 0 7 CD 62 2F
Octal 2 213 356 143 52 0 7 315 142 57
Binary 10 10001011 11101110 1100011 101010 0 111 11001101 1100010 101111

Color Harmonies of #028BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BEE

Black with #028BEE

Text Example


Text Example

White with #028BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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