Html Css Color HEX #5896FC Cornflower Blue

📋 copy color: '#5896FC'

red 88 ◦ green 150 ◦ blue 252

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

Shades of Cornflower Blue #5896FC

Tints of Cornflower Blue #5896FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 17.96%
G = 30.61%
B = 51.43%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5896FC (or 0x5896FC) is known color: Cornflower Blue. HEX triplet: 58, 96 and FC. RGB value is (88,150,252). Sum of RGB (Red+Green+Blue) = 88+150+252=490 (64% of max value = 765). Red value is 88 (34.77% from 255 or 17.96% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #5896FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5896FC is #A76903. Grayscale: #8E8E8E. Windows color (decimal): -10971396 or 16553560. OLE color: 16553560.

HSL color Cylindrical-coordinate representation of color #5896FC: hue angle of 217.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5896FC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 150 252 -
CMYK 0.65 0.40 0 0.01
HSL 217.32º 0.96% 0.67% -
HSV(B) 217.32º 0.65% 0.99% -
XYZ 32.5 30.92 96.35 -
YUV 143.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 88 150 252 0.65 0.40 0 0.01 217.32 0.96 0.67
Hex 58 96 FC 41 28 0 1 D9 60 43
Octal 130 226 374 101 50 0 1 331 140 103
Binary 1011000 10010110 11111100 1000001 101000 0 1 11011001 1100000 1000011

Color Harmonies of #5896FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896FC

Black with #5896FC

Text Example


Text Example

White with #5896FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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