Html Css Color HEX #5C83EB Cornflower Blue

📋 copy color: '#5C83EB'

red 92 ◦ green 131 ◦ blue 235

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

Shades of Cornflower Blue #5C83EB

Tints of Cornflower Blue #5C83EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 20.09%
G = 28.6%
B = 51.31%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5C83EB (or 0x5C83EB) is known color: Cornflower Blue. HEX triplet: 5C, 83 and EB. RGB value is (92,131,235). Sum of RGB (Red+Green+Blue) = 92+131+235=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C83EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C83EB is #A37C14. Grayscale: #828282. Windows color (decimal): -10714133 or 15434588. OLE color: 15434588.

HSL color Cylindrical-coordinate representation of color #5C83EB: hue angle of 223.64º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C83EB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 131 235 -
CMYK 0.61 0.44 0 0.08
HSL 223.64º 0.78% 0.64% -
HSV(B) 223.64º 0.61% 0.92% -
XYZ 27.53 24.51 81.88 -
YUV 131.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 92 131 235 0.61 0.44 0 0.08 223.64 0.78 0.64
Hex 5C 83 EB 3D 2C 0 8 E0 4E 40
Octal 134 203 353 75 54 0 10 340 116 100
Binary 1011100 10000011 11101011 111101 101100 0 1000 11100000 1001110 1000000

Color Harmonies of #5C83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C83EB

Black with #5C83EB

Text Example


Text Example

White with #5C83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,131,235); }

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

background-color css

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

 a { background-color: rgb(92,131,235); }

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

border-color css

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

 span { border-color: rgb(92,131,235); }

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