Html Css Color HEX #1CA1EB Dodger Blue

📋 copy color: '#1CA1EB'

red 28 ◦ green 161 ◦ blue 235

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

Shades of Dodger Blue #1CA1EB

Tints of Dodger Blue #1CA1EB

RGB

 RED value IS 28 (11.33% from 255) = 6.6%

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 6.6%
G = 37.97%
B = 55.42%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CA1EB (or 0x1CA1EB) is known color: Dodger Blue. HEX triplet: 1C, A1 and EB. RGB value is (28,161,235). Sum of RGB (Red+Green+Blue) = 28+161+235=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CA1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA1EB is #E35E14. Grayscale: #818181. Windows color (decimal): -14900757 or 15442204. OLE color: 15442204.

HSL color Cylindrical-coordinate representation of color #1CA1EB: hue angle of 201.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA1EB is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 161 235 -
CMYK 0.88 0.31 0 0.08
HSL 201.45º 0.84% 0.52% -
HSV(B) 201.45º 0.88% 0.92% -
XYZ 28.22 31.73 83.24 -
YUV 129.67 187.44 55.48 -
System Red Green Blue C M Y K H S L
Decimal 28 161 235 0.88 0.31 0 0.08 201.45 0.84 0.52
Hex 1C A1 EB 58 1F 0 8 C9 54 34
Octal 34 241 353 130 37 0 10 311 124 64
Binary 11100 10100001 11101011 1011000 11111 0 1000 11001001 1010100 110100

Color Harmonies of #1CA1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA1EB

Black with #1CA1EB

Text Example


Text Example

White with #1CA1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,161,235); }

 H1.HeaderClassName
 {
   color: #1CA1EB;
 }
 .AnyTagClassName
 {
   color: #1CA1EB;
 }
</style>

background-color css

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

 a { background-color: rgb(28,161,235); }

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

border-color css

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

 span { border-color: rgb(28,161,235); }

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