Html Css Color HEX #1CA5FF Dodger Blue

📋 copy color: '#1CA5FF'

red 28 ◦ green 165 ◦ blue 255

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

Shades of Dodger Blue #1CA5FF

Tints of Dodger Blue #1CA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 255 (100% from 255) = 56.92%

R = 6.25%
G = 36.83%
B = 56.92%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CA5FF (or 0x1CA5FF) is known color: Dodger Blue. HEX triplet: 1C, A5 and FF. RGB value is (28,165,255). Sum of RGB (Red+Green+Blue) = 28+165+255=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CA5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA5FF is #E35A00. Grayscale: #858585. Windows color (decimal): -14899713 or 16753948. OLE color: 16753948.

HSL color Cylindrical-coordinate representation of color #1CA5FF: hue angle of 203.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CA5FF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 28 165 255 -
CMYK 0.89 0.35 0 0
HSL 203.79º 1% 0.55% -
HSV(B) 203.79º 0.89% 1% -
XYZ 31.98 34.38 99.56 -
YUV 134.3 196.11 52.18 -
System Red Green Blue C M Y K H S L
Decimal 28 165 255 0.89 0.35 0 0 203.79 1 0.55
Hex 1C A5 FF 59 23 0 0 CC 64 37
Octal 34 245 377 131 43 0 0 314 144 67
Binary 11100 10100101 11111111 1011001 100011 0 0 11001100 1100100 110111

Color Harmonies of #1CA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA5FF

Black with #1CA5FF

Text Example


Text Example

White with #1CA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,255); }

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

background-color css

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

 a { background-color: rgb(28,165,255); }

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

border-color css

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

 span { border-color: rgb(28,165,255); }

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