Html Css Color HEX #5CA2FB Cornflower Blue

📋 copy color: '#5CA2FB'

red 92 ◦ green 162 ◦ blue 251

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

Shades of Cornflower Blue #5CA2FB

Tints of Cornflower Blue #5CA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 18.22%
G = 32.08%
B = 49.7%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CA2FB (or 0x5CA2FB) is known color: Cornflower Blue. HEX triplet: 5C, A2 and FB. RGB value is (92,162,251). Sum of RGB (Red+Green+Blue) = 92+162+251=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2FB is #A35D04. Grayscale: #969696. Windows color (decimal): -10706181 or 16491100. OLE color: 16491100.

HSL color Cylindrical-coordinate representation of color #5CA2FB: hue angle of 213.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CA2FB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 162 251 -
CMYK 0.63 0.35 0 0.02
HSL 213.58º 0.95% 0.67% -
HSV(B) 213.58º 0.63% 0.98% -
XYZ 34.75 35.08 96.21 -
YUV 151.22 184.31 85.76 -
System Red Green Blue C M Y K H S L
Decimal 92 162 251 0.63 0.35 0 0.02 213.58 0.95 0.67
Hex 5C A2 FB 3F 23 0 2 D6 5F 43
Octal 134 242 373 77 43 0 2 326 137 103
Binary 1011100 10100010 11111011 111111 100011 0 10 11010110 1011111 1000011

Color Harmonies of #5CA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA2FB

Black with #5CA2FB

Text Example


Text Example

White with #5CA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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