Html Css Color HEX #5883F6 Cornflower Blue

📋 copy color: '#5883F6'

red 88 ◦ green 131 ◦ blue 246

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

Shades of Cornflower Blue #5883F6

Tints of Cornflower Blue #5883F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 18.92%
G = 28.17%
B = 52.9%

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

#5883F6 (or 0x5883F6) is known color: Cornflower Blue. HEX triplet: 58, 83 and F6. RGB value is (88,131,246). Sum of RGB (Red+Green+Blue) = 88+131+246=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #5883F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883F6 is #A77C09. Grayscale: #828282. Windows color (decimal): -10976266 or 16155480. OLE color: 16155480.

HSL color Cylindrical-coordinate representation of color #5883F6: hue angle of 223.67º degrees, saturation: 0.9, 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 #5883F6 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 131 246 -
CMYK 0.64 0.47 0 0.04
HSL 223.67º 0.9% 0.65% -
HSV(B) 223.67º 0.64% 0.96% -
XYZ 28.78 24.96 90.49 -
YUV 131.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 88 131 246 0.64 0.47 0 0.04 223.67 0.9 0.65
Hex 58 83 F6 40 2F 0 4 E0 5A 41
Octal 130 203 366 100 57 0 4 340 132 101
Binary 1011000 10000011 11110110 1000000 101111 0 100 11100000 1011010 1000001

Color Harmonies of #5883F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883F6

Black with #5883F6

Text Example


Text Example

White with #5883F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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