Html Css Color HEX #5D83E7 Cornflower Blue

📋 copy color: '#5D83E7'

red 93 ◦ green 131 ◦ blue 231

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

Shades of Cornflower Blue #5D83E7

Tints of Cornflower Blue #5D83E7

RGB

 RED value IS 93 (36.72% from 255) = 20.44%

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

 BLUE value IS 231 (90.63% from 255) = 50.77%

R = 20.44%
G = 28.79%
B = 50.77%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5D83E7 (or 0x5D83E7) is known color: Cornflower Blue. HEX triplet: 5D, 83 and E7. RGB value is (93,131,231). Sum of RGB (Red+Green+Blue) = 93+131+231=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #5D83E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D83E7 is #A27C18. Grayscale: #828282. Windows color (decimal): -10648601 or 15172445. OLE color: 15172445.

HSL color Cylindrical-coordinate representation of color #5D83E7: hue angle of 223.48º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D83E7 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 131 231 -
CMYK 0.60 0.43 0 0.09
HSL 223.48º 0.74% 0.64% -
HSV(B) 223.48º 0.6% 0.91% -
XYZ 27.05 24.33 78.87 -
YUV 131.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 93 131 231 0.60 0.43 0 0.09 223.48 0.74 0.64
Hex 5D 83 E7 3C 2B 0 9 DF 4A 40
Octal 135 203 347 74 53 0 11 337 112 100
Binary 1011101 10000011 11100111 111100 101011 0 1001 11011111 1001010 1000000

Color Harmonies of #5D83E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D83E7

Black with #5D83E7

Text Example


Text Example

White with #5D83E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,131,231); }

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

background-color css

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

 a { background-color: rgb(93,131,231); }

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

border-color css

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

 span { border-color: rgb(93,131,231); }

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