Html Css Color HEX #5CA2FD Cornflower Blue

📋 copy color: '#5CA2FD'

red 92 ◦ green 162 ◦ blue 253

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

Shades of Cornflower Blue #5CA2FD

Tints of Cornflower Blue #5CA2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 18.15%
G = 31.95%
B = 49.9%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CA2FD (or 0x5CA2FD) is known color: Cornflower Blue. HEX triplet: 5C, A2 and FD. RGB value is (92,162,253). Sum of RGB (Red+Green+Blue) = 92+162+253=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2FD is #A35D02. Grayscale: #979797. Windows color (decimal): -10706179 or 16622172. OLE color: 16622172.

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

Color convert

RGB 92 162 253 -
CMYK 0.64 0.36 0 0.01
HSL 213.91º 0.98% 0.68% -
HSV(B) 213.91º 0.64% 0.99% -
XYZ 35.06 35.21 97.88 -
YUV 151.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 92 162 253 0.64 0.36 0 0.01 213.91 0.98 0.68
Hex 5C A2 FD 40 24 0 1 D6 62 44
Octal 134 242 375 100 44 0 1 326 142 104
Binary 1011100 10100010 11111101 1000000 100100 0 1 11010110 1100010 1000100

Color Harmonies of #5CA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA2FD

Black with #5CA2FD

Text Example


Text Example

White with #5CA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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