Html Css Color HEX #5CA2F5 Cornflower Blue

📋 copy color: '#5CA2F5'

red 92 ◦ green 162 ◦ blue 245

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

Shades of Cornflower Blue #5CA2F5

Tints of Cornflower Blue #5CA2F5

RGB

 RED value IS 92 (36.33% from 255) = 18.44%

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

 BLUE value IS 245 (96.09% from 255) = 49.1%

R = 18.44%
G = 32.46%
B = 49.1%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5CA2F5 (or 0x5CA2F5) is known color: Cornflower Blue. HEX triplet: 5C, A2 and F5. RGB value is (92,162,245). Sum of RGB (Red+Green+Blue) = 92+162+245=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #5CA2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2F5 is #A35D0A. Grayscale: #969696. Windows color (decimal): -10706187 or 16097884. OLE color: 16097884.

HSL color Cylindrical-coordinate representation of color #5CA2F5: hue angle of 212.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA2F5 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 92 162 245 -
CMYK 0.62 0.34 0 0.04
HSL 212.55º 0.88% 0.66% -
HSV(B) 212.55º 0.62% 0.96% -
XYZ 33.82 34.71 91.3 -
YUV 150.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 92 162 245 0.62 0.34 0 0.04 212.55 0.88 0.66
Hex 5C A2 F5 3E 22 0 4 D5 58 42
Octal 134 242 365 76 42 0 4 325 130 102
Binary 1011100 10100010 11110101 111110 100010 0 100 11010101 1011000 1000010

Color Harmonies of #5CA2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA2F5

Black with #5CA2F5

Text Example


Text Example

White with #5CA2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA2F5; }

 p { color: rgb(92,162,245); }

 H1.HeaderClassName
 {
   color: #5CA2F5;
 }
 .AnyTagClassName
 {
   color: #5CA2F5;
 }
</style>

background-color css

<style>
 a { background-color: #5CA2F5; }

 a { background-color: rgb(92,162,245); }

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

border-color css

<style>
 span { border-color: #5CA2F5; }

 span { border-color: rgb(92,162,245); }

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