Html Css Color HEX #5883F5 Cornflower Blue

📋 copy color: '#5883F5'

red 88 ◦ green 131 ◦ blue 245

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

Shades of Cornflower Blue #5883F5

Tints of Cornflower Blue #5883F5

RGB

 RED value IS 88 (34.77% from 255) = 18.97%

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

 BLUE value IS 245 (96.09% from 255) = 52.8%

R = 18.97%
G = 28.23%
B = 52.8%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5883F5 (or 0x5883F5) is known color: Cornflower Blue. HEX triplet: 58, 83 and F5. RGB value is (88,131,245). Sum of RGB (Red+Green+Blue) = 88+131+245=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #5883F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883F5 is #A77C0A. Grayscale: #828282. Windows color (decimal): -10976267 or 16089944. OLE color: 16089944.

HSL color Cylindrical-coordinate representation of color #5883F5: hue angle of 223.57º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5883F5 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 131 245 -
CMYK 0.64 0.47 0 0.04
HSL 223.57º 0.89% 0.65% -
HSV(B) 223.57º 0.64% 0.96% -
XYZ 28.62 24.9 89.68 -
YUV 131.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 88 131 245 0.64 0.47 0 0.04 223.57 0.89 0.65
Hex 58 83 F5 40 2F 0 4 E0 59 41
Octal 130 203 365 100 57 0 4 340 131 101
Binary 1011000 10000011 11110101 1000000 101111 0 100 11100000 1011001 1000001

Color Harmonies of #5883F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883F5

Black with #5883F5

Text Example


Text Example

White with #5883F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5883F5; }

 p { color: rgb(88,131,245); }

 H1.HeaderClassName
 {
   color: #5883F5;
 }
 .AnyTagClassName
 {
   color: #5883F5;
 }
</style>

background-color css

<style>
 a { background-color: #5883F5; }

 a { background-color: rgb(88,131,245); }

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

border-color css

<style>
 span { border-color: #5883F5; }

 span { border-color: rgb(88,131,245); }

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