Html Css Color HEX #5CA3FC Cornflower Blue

📋 copy color: '#5CA3FC'

red 92 ◦ green 163 ◦ blue 252

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

Shades of Cornflower Blue #5CA3FC

Tints of Cornflower Blue #5CA3FC

RGB

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

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

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

R = 18.15%
G = 32.15%
B = 49.7%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CA3FC (or 0x5CA3FC) is known color: Cornflower Blue. HEX triplet: 5C, A3 and FC. RGB value is (92,163,252). Sum of RGB (Red+Green+Blue) = 92+163+252=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CA3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA3FC is #A35C03. Grayscale: #979797. Windows color (decimal): -10705924 or 16556892. OLE color: 16556892.

HSL color Cylindrical-coordinate representation of color #5CA3FC: hue angle of 213.38º 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 #5CA3FC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 163 252 -
CMYK 0.63 0.35 0 0.01
HSL 213.38º 0.96% 0.67% -
HSV(B) 213.38º 0.63% 0.99% -
XYZ 35.08 35.5 97.1 -
YUV 151.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 92 163 252 0.63 0.35 0 0.01 213.38 0.96 0.67
Hex 5C A3 FC 3F 23 0 1 D5 60 43
Octal 134 243 374 77 43 0 1 325 140 103
Binary 1011100 10100011 11111100 111111 100011 0 1 11010101 1100000 1000011

Color Harmonies of #5CA3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA3FC

Black with #5CA3FC

Text Example


Text Example

White with #5CA3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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