Html Css Color HEX #28ABFB Dodger Blue

📋 copy color: '#28ABFB'

red 40 ◦ green 171 ◦ blue 251

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

Shades of Dodger Blue #28ABFB

Tints of Dodger Blue #28ABFB

RGB

 RED value IS 40 (16.02% from 255) = 8.66%

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 8.66%
G = 37.01%
B = 54.33%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28ABFB (or 0x28ABFB) is known color: Dodger Blue. HEX triplet: 28, AB and FB. RGB value is (40,171,251). Sum of RGB (Red+Green+Blue) = 40+171+251=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #28ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ABFB is #D75404. Grayscale: #8C8C8C. Windows color (decimal): -14111749 or 16493352. OLE color: 16493352.

HSL color Cylindrical-coordinate representation of color #28ABFB: hue angle of 202.75º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ABFB is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 171 251 -
CMYK 0.84 0.32 0 0.02
HSL 202.75º 0.96% 0.57% -
HSV(B) 202.75º 0.84% 0.98% -
XYZ 32.85 36.54 96.59 -
YUV 140.95 190.1 56 -
System Red Green Blue C M Y K H S L
Decimal 40 171 251 0.84 0.32 0 0.02 202.75 0.96 0.57
Hex 28 AB FB 54 20 0 2 CB 60 39
Octal 50 253 373 124 40 0 2 313 140 71
Binary 101000 10101011 11111011 1010100 100000 0 10 11001011 1100000 111001

Color Harmonies of #28ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABFB

Black with #28ABFB

Text Example


Text Example

White with #28ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ABFB; }

 p { color: rgb(40,171,251); }

 H1.HeaderClassName
 {
   color: #28ABFB;
 }
 .AnyTagClassName
 {
   color: #28ABFB;
 }
</style>

background-color css

<style>
 a { background-color: #28ABFB; }

 a { background-color: rgb(40,171,251); }

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

border-color css

<style>
 span { border-color: #28ABFB; }

 span { border-color: rgb(40,171,251); }

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