Html Css Color HEX #1CA2EF Dodger Blue

📋 copy color: '#1CA2EF'

red 28 ◦ green 162 ◦ blue 239

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

Shades of Dodger Blue #1CA2EF

Tints of Dodger Blue #1CA2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 239 (93.75% from 255) = 55.71%

R = 6.53%
G = 37.76%
B = 55.71%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CA2EF (or 0x1CA2EF) is known color: Dodger Blue. HEX triplet: 1C, A2 and EF. RGB value is (28,162,239). Sum of RGB (Red+Green+Blue) = 28+162+239=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA2EF is #E35D10. Grayscale: #828282. Windows color (decimal): -14900497 or 15704604. OLE color: 15704604.

HSL color Cylindrical-coordinate representation of color #1CA2EF: hue angle of 201.9º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA2EF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 162 239 -
CMYK 0.88 0.32 0 0.06
HSL 201.9º 0.87% 0.52% -
HSV(B) 201.9º 0.88% 0.94% -
XYZ 28.98 32.32 86.37 -
YUV 130.71 189.11 54.74 -
System Red Green Blue C M Y K H S L
Decimal 28 162 239 0.88 0.32 0 0.06 201.9 0.87 0.52
Hex 1C A2 EF 58 20 0 6 CA 57 34
Octal 34 242 357 130 40 0 6 312 127 64
Binary 11100 10100010 11101111 1011000 100000 0 110 11001010 1010111 110100

Color Harmonies of #1CA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA2EF

Black with #1CA2EF

Text Example


Text Example

White with #1CA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,162,239); }

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

background-color css

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

 a { background-color: rgb(28,162,239); }

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

border-color css

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

 span { border-color: rgb(28,162,239); }

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