Html Css Color HEX #28A1EF Dodger Blue

📋 copy color: '#28A1EF'

red 40 ◦ green 161 ◦ blue 239

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

Shades of Dodger Blue #28A1EF

Tints of Dodger Blue #28A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 9.09%
G = 36.59%
B = 54.32%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28A1EF (or 0x28A1EF) is known color: Dodger Blue. HEX triplet: 28, A1 and EF. RGB value is (40,161,239). Sum of RGB (Red+Green+Blue) = 40+161+239=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #28A1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A1EF is #D75E10. Grayscale: #858585. Windows color (decimal): -14114321 or 15704360. OLE color: 15704360.

HSL color Cylindrical-coordinate representation of color #28A1EF: hue angle of 203.52º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28A1EF is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 161 239 -
CMYK 0.83 0.33 0 0.06
HSL 203.52º 0.86% 0.55% -
HSV(B) 203.52º 0.83% 0.94% -
XYZ 29.2 32.17 86.33 -
YUV 133.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 40 161 239 0.83 0.33 0 0.06 203.52 0.86 0.55
Hex 28 A1 EF 53 21 0 6 CC 56 37
Octal 50 241 357 123 41 0 6 314 126 67
Binary 101000 10100001 11101111 1010011 100001 0 110 11001100 1010110 110111

Color Harmonies of #28A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A1EF

Black with #28A1EF

Text Example


Text Example

White with #28A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,161,239); }

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

background-color css

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

 a { background-color: rgb(40,161,239); }

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

border-color css

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

 span { border-color: rgb(40,161,239); }

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