Html Css Color HEX #028BEF Dodger Blue

📋 copy color: '#028BEF'

red 2 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #028BEF

Tints of Dodger Blue #028BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 0.53%
G = 36.58%
B = 62.89%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#028BEF (or 0x028BEF) is known color: Dodger Blue. HEX triplet: 02, 8B and EF. RGB value is (2,139,239). Sum of RGB (Red+Green+Blue) = 2+139+239=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #028BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BEF is #FD7410. Grayscale: #6C6C6C. Windows color (decimal): -16610321 or 15698690. OLE color: 15698690.

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

Color convert

RGB 2 139 239 -
CMYK 0.99 0.42 0 0.06
HSL 205.32º 0.98% 0.47% -
HSV(B) 205.32º 0.99% 0.94% -
XYZ 24.84 24.71 85.12 -
YUV 109.44 201.11 51.37 -
System Red Green Blue C M Y K H S L
Decimal 2 139 239 0.99 0.42 0 0.06 205.32 0.98 0.47
Hex 2 8B EF 63 2A 0 6 CD 62 2F
Octal 2 213 357 143 52 0 6 315 142 57
Binary 10 10001011 11101111 1100011 101010 0 110 11001101 1100010 101111

Color Harmonies of #028BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BEF

Black with #028BEF

Text Example


Text Example

White with #028BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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