#5D92FC

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

Shades of Cornflower Blue #5D92FC

Tints of Cornflower Blue #5D92FC

Color information

#5D92FC (or 0x5D92FC) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 92 and FC. RGB value is (93,146,252). Sum of RGB (Red+Green+Blue) = 93+146+252=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D92FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D92FC is #A26D03. Grayscale: #8D8D8D. Windows color (decimal): -10644740 or 16552541. OLE color: 16552541.

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

Color convert

RGB93146252-
CMYK0.630.4200.01
HSL220º96.36%67.65%-
HSV(B)220º63.1%98.82%-
XYZ32.3629.9196.16-
YUV142.24189.9492.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=18.94%
G=29.74%
B=51.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931462520.630.4200.0122096.3667.65
Hex5D92FC3F2A01dc6044
Octal135222374775201334140104
Binary10111011001001011111100111111101010011101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,146,252); }

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

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

 a { background-color: rgb(93,146,252); }

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

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

 span { border-color: rgb(93,146,252); }

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