Html Css Color HEX #1CA3EC Dodger Blue

📋 copy color: '#1CA3EC'

red 28 ◦ green 163 ◦ blue 236

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

Shades of Dodger Blue #1CA3EC

Tints of Dodger Blue #1CA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 6.56%
G = 38.17%
B = 55.27%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CA3EC (or 0x1CA3EC) is known color: Dodger Blue. HEX triplet: 1C, A3 and EC. RGB value is (28,163,236). Sum of RGB (Red+Green+Blue) = 28+163+236=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CA3EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA3EC is #E35C13. Grayscale: #828282. Windows color (decimal): -14900244 or 15508252. OLE color: 15508252.

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

Color convert

RGB 28 163 236 -
CMYK 0.88 0.31 0 0.07
HSL 201.06º 0.85% 0.52% -
HSV(B) 201.06º 0.88% 0.93% -
XYZ 28.72 32.5 84.12 -
YUV 130.96 187.27 54.56 -
System Red Green Blue C M Y K H S L
Decimal 28 163 236 0.88 0.31 0 0.07 201.06 0.85 0.52
Hex 1C A3 EC 58 1F 0 7 C9 55 34
Octal 34 243 354 130 37 0 7 311 125 64
Binary 11100 10100011 11101100 1011000 11111 0 111 11001001 1010101 110100

Color Harmonies of #1CA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA3EC

Black with #1CA3EC

Text Example


Text Example

White with #1CA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,236); }

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

background-color css

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

 a { background-color: rgb(28,163,236); }

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

border-color css

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

 span { border-color: rgb(28,163,236); }

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