Html Css Color HEX #5881FA Cornflower Blue

📋 copy color: '#5881FA'

red 88 ◦ green 129 ◦ blue 250

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

Shades of Cornflower Blue #5881FA

Tints of Cornflower Blue #5881FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.62%

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 18.84%
G = 27.62%
B = 53.53%

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

#5881FA (or 0x5881FA) is known color: Cornflower Blue. HEX triplet: 58, 81 and FA. RGB value is (88,129,250). Sum of RGB (Red+Green+Blue) = 88+129+250=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #5881FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5881FA is #A77E05. Grayscale: #828282. Windows color (decimal): -10976774 or 16417112. OLE color: 16417112.

HSL color Cylindrical-coordinate representation of color #5881FA: hue angle of 224.81º degrees, saturation: 0.94, 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 #5881FA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 129 250 -
CMYK 0.65 0.48 0 0.02
HSL 224.81º 0.94% 0.66% -
HSV(B) 224.81º 0.65% 0.98% -
XYZ 29.13 24.68 93.67 -
YUV 130.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 88 129 250 0.65 0.48 0 0.02 224.81 0.94 0.66
Hex 58 81 FA 41 30 0 2 E1 5E 42
Octal 130 201 372 101 60 0 2 341 136 102
Binary 1011000 10000001 11111010 1000001 110000 0 10 11100001 1011110 1000010

Color Harmonies of #5881FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881FA

Black with #5881FA

Text Example


Text Example

White with #5881FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5881FA; }

 p { color: rgb(88,129,250); }

 H1.HeaderClassName
 {
   color: #5881FA;
 }
 .AnyTagClassName
 {
   color: #5881FA;
 }
</style>

background-color css

<style>
 a { background-color: #5881FA; }

 a { background-color: rgb(88,129,250); }

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

border-color css

<style>
 span { border-color: #5881FA; }

 span { border-color: rgb(88,129,250); }

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