Html Css Color HEX #028BFF Dodger Blue

📋 copy color: '#028BFF'

red 2 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #028BFF

Tints of Dodger Blue #028BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 0.51%
G = 35.1%
B = 64.39%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#028BFF (or 0x028BFF) is known color: Dodger Blue. HEX triplet: 02, 8B and FF. RGB value is (2,139,255). Sum of RGB (Red+Green+Blue) = 2+139+255=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #028BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BFF is #FD7400. Grayscale: #6E6E6E. Windows color (decimal): -16610305 or 16747266. OLE color: 16747266.

HSL color Cylindrical-coordinate representation of color #028BFF: hue angle of 207.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 139 255 -
CMYK 0.99 0.45 0 0
HSL 207.51º 1% 0.5% -
HSV(B) 207.51º 0.99% 1% -
XYZ 27.31 25.7 98.13 -
YUV 111.26 209.11 50.07 -
System Red Green Blue C M Y K H S L
Decimal 2 139 255 0.99 0.45 0 0 207.51 1 0.5
Hex 2 8B FF 63 2D 0 0 D0 64 32
Octal 2 213 377 143 55 0 0 320 144 62
Binary 10 10001011 11111111 1100011 101101 0 0 11010000 1100100 110010

Color Harmonies of #028BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BFF

Black with #028BFF

Text Example


Text Example

White with #028BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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