Html Css Color HEX #1CA3EA Dodger Blue

📋 copy color: '#1CA3EA'

red 28 ◦ green 163 ◦ blue 234

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

Shades of Dodger Blue #1CA3EA

Tints of Dodger Blue #1CA3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 6.59%
G = 38.35%
B = 55.06%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CA3EA (or 0x1CA3EA) is known color: Dodger Blue. HEX triplet: 1C, A3 and EA. RGB value is (28,163,234). Sum of RGB (Red+Green+Blue) = 28+163+234=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CA3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA3EA is #E35C15. Grayscale: #828282. Windows color (decimal): -14900246 or 15377180. OLE color: 15377180.

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

Color convert

RGB 28 163 234 -
CMYK 0.88 0.30 0 0.08
HSL 200.68º 0.83% 0.51% -
HSV(B) 200.68º 0.88% 0.92% -
XYZ 28.43 32.38 82.59 -
YUV 130.73 186.27 54.73 -
System Red Green Blue C M Y K H S L
Decimal 28 163 234 0.88 0.30 0 0.08 200.68 0.83 0.51
Hex 1C A3 EA 58 1E 0 8 C9 53 33
Octal 34 243 352 130 36 0 10 311 123 63
Binary 11100 10100011 11101010 1011000 11110 0 1000 11001001 1010011 110011

Color Harmonies of #1CA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA3EA

Black with #1CA3EA

Text Example


Text Example

White with #1CA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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