Html Css Color HEX #028FFB Dodger Blue

📋 copy color: '#028FFB'

red 2 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #028FFB

Tints of Dodger Blue #028FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 0.51%
G = 36.11%
B = 63.38%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#028FFB (or 0x028FFB) is known color: Dodger Blue. HEX triplet: 02, 8F and FB. RGB value is (2,143,251). Sum of RGB (Red+Green+Blue) = 2+143+251=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #028FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FFB is #FD7004. Grayscale: #707070. Windows color (decimal): -16609285 or 16486146. OLE color: 16486146.

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

Color convert

RGB 2 143 251 -
CMYK 0.99 0.43 0 0.02
HSL 206.02º 0.98% 0.5% -
HSV(B) 206.02º 0.99% 0.98% -
XYZ 27.26 26.62 94.97 -
YUV 113.15 205.79 48.72 -
System Red Green Blue C M Y K H S L
Decimal 2 143 251 0.99 0.43 0 0.02 206.02 0.98 0.5
Hex 2 8F FB 63 2B 0 2 CE 62 32
Octal 2 217 373 143 53 0 2 316 142 62
Binary 10 10001111 11111011 1100011 101011 0 10 11001110 1100010 110010

Color Harmonies of #028FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FFB

Black with #028FFB

Text Example


Text Example

White with #028FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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