Html Css Color HEX #28ABFE Dodger Blue

📋 copy color: '#28ABFE'

red 40 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #28ABFE

Tints of Dodger Blue #28ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 8.6%
G = 36.77%
B = 54.62%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28ABFE (or 0x28ABFE) is known color: Dodger Blue. HEX triplet: 28, AB and FE. RGB value is (40,171,254). Sum of RGB (Red+Green+Blue) = 40+171+254=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #28ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ABFE is #D75401. Grayscale: #8C8C8C. Windows color (decimal): -14111746 or 16689960. OLE color: 16689960.

HSL color Cylindrical-coordinate representation of color #28ABFE: hue angle of 203.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ABFE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 171 254 -
CMYK 0.84 0.33 0 0.00
HSL 203.27º 0.99% 0.58% -
HSV(B) 203.27º 0.84% 1% -
XYZ 33.33 36.73 99.1 -
YUV 141.29 191.6 55.75 -
System Red Green Blue C M Y K H S L
Decimal 40 171 254 0.84 0.33 0 0.00 203.27 0.99 0.58
Hex 28 AB FE 54 21 0 0 CB 63 3A
Octal 50 253 376 124 41 0 0 313 143 72
Binary 101000 10101011 11111110 1010100 100001 0 0 11001011 1100011 111010

Color Harmonies of #28ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABFE

Black with #28ABFE

Text Example


Text Example

White with #28ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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