Html Css Color HEX #28A4F1 Dodger Blue

📋 copy color: '#28A4F1'

red 40 ◦ green 164 ◦ blue 241

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

Shades of Dodger Blue #28A4F1

Tints of Dodger Blue #28A4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 8.99%
G = 36.85%
B = 54.16%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#28A4F1 (or 0x28A4F1) is known color: Dodger Blue. HEX triplet: 28, A4 and F1. RGB value is (40,164,241). Sum of RGB (Red+Green+Blue) = 40+164+241=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #28A4F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A4F1 is #D75B0E. Grayscale: #878787. Windows color (decimal): -14113551 or 15836200. OLE color: 15836200.

HSL color Cylindrical-coordinate representation of color #28A4F1: hue angle of 202.99º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28A4F1 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 164 241 -
CMYK 0.83 0.32 0 0.05
HSL 202.99º 0.88% 0.55% -
HSV(B) 202.99º 0.83% 0.95% -
XYZ 30.03 33.35 88.07 -
YUV 135.7 187.42 59.74 -
System Red Green Blue C M Y K H S L
Decimal 40 164 241 0.83 0.32 0 0.05 202.99 0.88 0.55
Hex 28 A4 F1 53 20 0 5 CB 58 37
Octal 50 244 361 123 40 0 5 313 130 67
Binary 101000 10100100 11110001 1010011 100000 0 101 11001011 1011000 110111

Color Harmonies of #28A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A4F1

Black with #28A4F1

Text Example


Text Example

White with #28A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,164,241); }

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

background-color css

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

 a { background-color: rgb(40,164,241); }

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

border-color css

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

 span { border-color: rgb(40,164,241); }

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