Html Css Color HEX #5CA2FC Cornflower Blue

📋 copy color: '#5CA2FC'

red 92 ◦ green 162 ◦ blue 252

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

Shades of Cornflower Blue #5CA2FC

Tints of Cornflower Blue #5CA2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 18.18%
G = 32.02%
B = 49.8%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CA2FC (or 0x5CA2FC) is known color: Cornflower Blue. HEX triplet: 5C, A2 and FC. RGB value is (92,162,252). Sum of RGB (Red+Green+Blue) = 92+162+252=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2FC is #A35D03. Grayscale: #969696. Windows color (decimal): -10706180 or 16556636. OLE color: 16556636.

HSL color Cylindrical-coordinate representation of color #5CA2FC: hue angle of 213.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CA2FC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 162 252 -
CMYK 0.63 0.36 0 0.01
HSL 213.75º 0.96% 0.67% -
HSV(B) 213.75º 0.63% 0.99% -
XYZ 34.9 35.14 97.04 -
YUV 151.33 184.81 85.68 -
System Red Green Blue C M Y K H S L
Decimal 92 162 252 0.63 0.36 0 0.01 213.75 0.96 0.67
Hex 5C A2 FC 3F 24 0 1 D6 60 43
Octal 134 242 374 77 44 0 1 326 140 103
Binary 1011100 10100010 11111100 111111 100100 0 1 11010110 1100000 1000011

Color Harmonies of #5CA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA2FC

Black with #5CA2FC

Text Example


Text Example

White with #5CA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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