Html Css Color HEX #28ACFF Dodger Blue

📋 copy color: '#28ACFF'

red 40 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #28ACFF

Tints of Dodger Blue #28ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

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

R = 8.57%
G = 36.83%
B = 54.6%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28ACFF (or 0x28ACFF) is known color: Dodger Blue. HEX triplet: 28, AC and FF. RGB value is (40,172,255). Sum of RGB (Red+Green+Blue) = 40+172+255=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #28ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACFF is #D75300. Grayscale: #8D8D8D. Windows color (decimal): -14111489 or 16755752. OLE color: 16755752.

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

Color convert

RGB 40 172 255 -
CMYK 0.84 0.33 0 0
HSL 203.16º 1% 0.58% -
HSV(B) 203.16º 0.84% 1% -
XYZ 33.68 37.18 100.01 -
YUV 141.99 191.77 55.25 -
System Red Green Blue C M Y K H S L
Decimal 40 172 255 0.84 0.33 0 0 203.16 1 0.58
Hex 28 AC FF 54 21 0 0 CB 64 3A
Octal 50 254 377 124 41 0 0 313 144 72
Binary 101000 10101100 11111111 1010100 100001 0 0 11001011 1100100 111010

Color Harmonies of #28ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACFF

Black with #28ACFF

Text Example


Text Example

White with #28ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,255); }

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

background-color css

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

 a { background-color: rgb(40,172,255); }

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

border-color css

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

 span { border-color: rgb(40,172,255); }

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