Html Css Color HEX #28ACF9 Dodger Blue

📋 copy color: '#28ACF9'

red 40 ◦ green 172 ◦ blue 249

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

Shades of Dodger Blue #28ACF9

Tints of Dodger Blue #28ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 8.68%
G = 37.31%
B = 54.01%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28ACF9 (or 0x28ACF9) is known color: Dodger Blue. HEX triplet: 28, AC and F9. RGB value is (40,172,249). Sum of RGB (Red+Green+Blue) = 40+172+249=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #28ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACF9 is #D75306. Grayscale: #8C8C8C. Windows color (decimal): -14111495 or 16362536. OLE color: 16362536.

HSL color Cylindrical-coordinate representation of color #28ACF9: hue angle of 202.11º degrees, saturation: 0.95, 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 #28ACF9 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 172 249 -
CMYK 0.84 0.31 0 0.02
HSL 202.11º 0.95% 0.57% -
HSV(B) 202.11º 0.84% 0.98% -
XYZ 32.73 36.8 95 -
YUV 141.31 188.77 55.74 -
System Red Green Blue C M Y K H S L
Decimal 40 172 249 0.84 0.31 0 0.02 202.11 0.95 0.57
Hex 28 AC F9 54 1F 0 2 CA 5F 39
Octal 50 254 371 124 37 0 2 312 137 71
Binary 101000 10101100 11111001 1010100 11111 0 10 11001010 1011111 111001

Color Harmonies of #28ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACF9

Black with #28ACF9

Text Example


Text Example

White with #28ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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