Html Css Color HEX #28AEFF Dodger Blue

📋 copy color: '#28AEFF'

red 40 ◦ green 174 ◦ blue 255

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

Shades of Dodger Blue #28AEFF

Tints of Dodger Blue #28AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 8.53%
G = 37.1%
B = 54.37%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28AEFF (or 0x28AEFF) is known color: Dodger Blue. HEX triplet: 28, AE and FF. RGB value is (40,174,255). Sum of RGB (Red+Green+Blue) = 40+174+255=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #28AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AEFF is #D75100. Grayscale: #8E8E8E. Windows color (decimal): -14110977 or 16756264. OLE color: 16756264.

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

Color convert

RGB 40 174 255 -
CMYK 0.84 0.32 0 0
HSL 202.6º 1% 0.58% -
HSV(B) 202.6º 0.84% 1% -
XYZ 34.06 37.94 100.14 -
YUV 143.17 191.11 54.41 -
System Red Green Blue C M Y K H S L
Decimal 40 174 255 0.84 0.32 0 0 202.6 1 0.58
Hex 28 AE FF 54 20 0 0 CB 64 3A
Octal 50 256 377 124 40 0 0 313 144 72
Binary 101000 10101110 11111111 1010100 100000 0 0 11001011 1100100 111010

Color Harmonies of #28AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEFF

Black with #28AEFF

Text Example


Text Example

White with #28AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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