#1CAAF1

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

Shades of Dodger Blue #1CAAF1

Tints of Dodger Blue #1CAAF1

Color information

#1CAAF1 (or 0x1CAAF1) is unknown color: approx Dodger Blue. HEX triplet: 1C, AA and F1. RGB value is (28,170,241). Sum of RGB (Red+Green+Blue) = 28+170+241=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #1CAAF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAAF1 is #E3550E. Grayscale: #878787. Windows color (decimal): -14898447 or 15837724. OLE color: 15837724.

HSL color Cylindrical-coordinate representation of color #1CAAF1: hue angle of 200º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAAF1 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28170241-
CMYK0.880.2900.05
HSL200º88.38%52.75%-
HSV(B)200º88.38%94.51%-
XYZ30.7335.3588.42-
YUV135.64187.4651.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.38%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=6.38%
G=38.72%
B=54.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281702410.880.2900.0520088.3852.75
Hex1CAAF1581D05c85835
Octal34252361130350531013065
Binary1110010101010111100011011000111010101110010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAAF1; }

 p { color: rgb(28,170,241); }

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

<style>
 a { background-color: #1CAAF1; }

 a { background-color: rgb(28,170,241); }

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

<style>
 span { border-color: #1CAAF1; }

 span { border-color: rgb(28,170,241); }

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