Html Css Color HEX #28A2FF Dodger Blue

📋 copy color: '#28A2FF'

red 40 ◦ green 162 ◦ blue 255

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

Shades of Dodger Blue #28A2FF

Tints of Dodger Blue #28A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

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

R = 8.75%
G = 35.45%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28A2FF (or 0x28A2FF) is known color: Dodger Blue. HEX triplet: 28, A2 and FF. RGB value is (40,162,255). Sum of RGB (Red+Green+Blue) = 40+162+255=457 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.75% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #28A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A2FF is #D75D00. Grayscale: #878787. Windows color (decimal): -14114049 or 16753192. OLE color: 16753192.

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

Color convert

RGB 40 162 255 -
CMYK 0.84 0.36 0 0
HSL 205.95º 1% 0.58% -
HSV(B) 205.95º 0.84% 1% -
XYZ 31.85 33.51 99.4 -
YUV 136.12 195.08 59.44 -
System Red Green Blue C M Y K H S L
Decimal 40 162 255 0.84 0.36 0 0 205.95 1 0.58
Hex 28 A2 FF 54 24 0 0 CE 64 3A
Octal 50 242 377 124 44 0 0 316 144 72
Binary 101000 10100010 11111111 1010100 100100 0 0 11001110 1100100 111010

Color Harmonies of #28A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A2FF

Black with #28A2FF

Text Example


Text Example

White with #28A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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