Html Css Color HEX #28ACFE Dodger Blue

📋 copy color: '#28ACFE'

red 40 ◦ green 172 ◦ blue 254

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

Shades of Dodger Blue #28ACFE

Tints of Dodger Blue #28ACFE

RGB

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

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

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

R = 8.58%
G = 36.91%
B = 54.51%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28ACFE (or 0x28ACFE) is known color: Dodger Blue. HEX triplet: 28, AC and FE. RGB value is (40,172,254). Sum of RGB (Red+Green+Blue) = 40+172+254=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #28ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACFE is #D75301. Grayscale: #8D8D8D. Windows color (decimal): -14111490 or 16690216. OLE color: 16690216.

HSL color Cylindrical-coordinate representation of color #28ACFE: hue angle of 202.99º 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 #28ACFE is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 172 254 -
CMYK 0.84 0.32 0 0.00
HSL 202.99º 0.99% 0.58% -
HSV(B) 202.99º 0.84% 1% -
XYZ 33.52 37.11 99.16 -
YUV 141.88 191.27 55.33 -
System Red Green Blue C M Y K H S L
Decimal 40 172 254 0.84 0.32 0 0.00 202.99 0.99 0.58
Hex 28 AC FE 54 20 0 0 CB 63 3A
Octal 50 254 376 124 40 0 0 313 143 72
Binary 101000 10101100 11111110 1010100 100000 0 0 11001011 1100011 111010

Color Harmonies of #28ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACFE

Black with #28ACFE

Text Example


Text Example

White with #28ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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