#5CA7FD

Color #5CA7FD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5CA7FD

Tints of Cornflower Blue #5CA7FD

Color information

#5CA7FD (or 0x5CA7FD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A7 and FD. RGB value is (92,167,253). Sum of RGB (Red+Green+Blue) = 92+167+253=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CA7FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA7FD is #A35802. Grayscale: #999999. Windows color (decimal): -10704899 or 16623452. OLE color: 16623452.

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

Color convert

RGB92167253-
CMYK0.640.3400.01
HSL212.05º97.58%67.65%-
HSV(B)212.05º63.64%99.22%-
XYZ35.963798.18-
YUV154.38183.6583.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.97%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=17.97%
G=32.62%
B=49.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921672530.640.3400.01212.0597.5867.65
Hex5CA7FD402201d46244
Octal1342473751004201324142104
Binary101110010100111111111011000000100010011101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CA7FD;
 }
 .AnyTagClassName
 {
   color: #5CA7FD;
 }
</style>
background-color css

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

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

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

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

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

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