Html Css Color HEX #5883FB Cornflower Blue

📋 copy color: '#5883FB'

red 88 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #5883FB

Tints of Cornflower Blue #5883FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 18.72%
G = 27.87%
B = 53.4%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5883FB (or 0x5883FB) is known color: Cornflower Blue. HEX triplet: 58, 83 and FB. RGB value is (88,131,251). Sum of RGB (Red+Green+Blue) = 88+131+251=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #5883FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883FB is #A77C04. Grayscale: #838383. Windows color (decimal): -10976261 or 16483160. OLE color: 16483160.

HSL color Cylindrical-coordinate representation of color #5883FB: hue angle of 224.17º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5883FB is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 131 251 -
CMYK 0.65 0.48 0 0.02
HSL 224.17º 0.95% 0.66% -
HSV(B) 224.17º 0.65% 0.98% -
XYZ 29.55 25.27 94.59 -
YUV 131.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 88 131 251 0.65 0.48 0 0.02 224.17 0.95 0.66
Hex 58 83 FB 41 30 0 2 E0 5F 42
Octal 130 203 373 101 60 0 2 340 137 102
Binary 1011000 10000011 11111011 1000001 110000 0 10 11100000 1011111 1000010

Color Harmonies of #5883FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883FB

Black with #5883FB

Text Example


Text Example

White with #5883FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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