#24A1F1

Color #24A1F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #24A1F1

Tints of Dodger Blue #24A1F1

Color information

#24A1F1 (or 0x24A1F1) is unknown color: approx Dodger Blue. HEX triplet: 24, A1 and F1. RGB value is (36,161,241). Sum of RGB (Red+Green+Blue) = 36+161+241=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #24A1F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A1F1 is #DB5E0E. Grayscale: #848484. Windows color (decimal): -14376463 or 15835428. OLE color: 15835428.

HSL color Cylindrical-coordinate representation of color #24A1F1: hue angle of 203.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24A1F1 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36161241-
CMYK0.850.3300.05
HSL203.41º87.98%54.31%-
HSV(B)203.41º85.06%94.51%-
XYZ29.3532.2287.89-
YUV132.74189.0959-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.22%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 241 (94.53% from 255) = 55.02%
R=8.22%
G=36.76%
B=55.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal361612410.850.3300.05203.4187.9854.31
Hex24A1F1552105cb5836
Octal44241361125410531313066
Binary100100101000011111000110101011000010101110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24A1F1; }

 p { color: rgb(36,161,241); }

 H1.HeaderClassName
 {
   color: #24A1F1;
 }
 .AnyTagClassName
 {
   color: #24A1F1;
 }
</style>
background-color css

<style>
 a { background-color: #24A1F1; }

 a { background-color: rgb(36,161,241); }

 div.DivClassName
 {
   background-color: #24A1F1;
 }
 .BgClassName
 {
   background-color: #24A1F1;
 }
</style>
border-color css

<style>
 span { border-color: #24A1F1; }

 span { border-color: rgb(36,161,241); }

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