Html Css Color HEX #5896FA Cornflower Blue

📋 copy color: '#5896FA'

red 88 ◦ green 150 ◦ blue 250

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

Shades of Cornflower Blue #5896FA

Tints of Cornflower Blue #5896FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

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

R = 18.03%
G = 30.74%
B = 51.23%

CMYK

 C value IS 0.65

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5896FA (or 0x5896FA) is known color: Cornflower Blue. HEX triplet: 58, 96 and FA. RGB value is (88,150,250). Sum of RGB (Red+Green+Blue) = 88+150+250=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #5896FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5896FA is #A76905. Grayscale: #8E8E8E. Windows color (decimal): -10971398 or 16422488. OLE color: 16422488.

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

Color convert

RGB 88 150 250 -
CMYK 0.65 0.4 0 0.02
HSL 217.04º 0.94% 0.66% -
HSV(B) 217.04º 0.65% 0.98% -
XYZ 32.19 30.79 94.69 -
YUV 142.86 188.46 88.87 -
System Red Green Blue C M Y K H S L
Decimal 88 150 250 0.65 0.4 0 0.02 217.04 0.94 0.66
Hex 58 96 FA 41 28 0 2 D9 5E 42
Octal 130 226 372 101 50 0 2 331 136 102
Binary 1011000 10010110 11111010 1000001 101000 0 10 11011001 1011110 1000010

Color Harmonies of #5896FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896FA

Black with #5896FA

Text Example


Text Example

White with #5896FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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