Html Css Color HEX #028FFD Dodger Blue

📋 copy color: '#028FFD'

red 2 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #028FFD

Tints of Dodger Blue #028FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 0.5%
G = 35.93%
B = 63.57%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#028FFD (or 0x028FFD) is known color: Dodger Blue. HEX triplet: 02, 8F and FD. RGB value is (2,143,253). Sum of RGB (Red+Green+Blue) = 2+143+253=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #028FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FFD is #FD7002. Grayscale: #707070. Windows color (decimal): -16609283 or 16617218. OLE color: 16617218.

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

Color convert

RGB 2 143 253 -
CMYK 0.99 0.43 0 0.01
HSL 206.29º 0.98% 0.5% -
HSV(B) 206.29º 0.99% 0.99% -
XYZ 27.58 26.75 96.64 -
YUV 113.38 206.79 48.56 -
System Red Green Blue C M Y K H S L
Decimal 2 143 253 0.99 0.43 0 0.01 206.29 0.98 0.5
Hex 2 8F FD 63 2B 0 1 CE 62 32
Octal 2 217 375 143 53 0 1 316 142 62
Binary 10 10001111 11111101 1100011 101011 0 1 11001110 1100010 110010

Color Harmonies of #028FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FFD

Black with #028FFD

Text Example


Text Example

White with #028FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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