Html Css Color HEX #5895EB Cornflower Blue

📋 copy color: '#5895EB'

red 88 ◦ green 149 ◦ blue 235

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

Shades of Cornflower Blue #5895EB

Tints of Cornflower Blue #5895EB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 18.64%
G = 31.57%
B = 49.79%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5895EB (or 0x5895EB) is known color: Cornflower Blue. HEX triplet: 58, 95 and EB. RGB value is (88,149,235). Sum of RGB (Red+Green+Blue) = 88+149+235=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #5895EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5895EB is #A76A14. Grayscale: #8C8C8C. Windows color (decimal): -10971669 or 15439192. OLE color: 15439192.

HSL color Cylindrical-coordinate representation of color #5895EB: hue angle of 215.1º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5895EB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 149 235 -
CMYK 0.63 0.37 0 0.08
HSL 215.1º 0.79% 0.63% -
HSV(B) 215.1º 0.63% 0.92% -
XYZ 29.77 29.57 82.74 -
YUV 140.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 88 149 235 0.63 0.37 0 0.08 215.1 0.79 0.63
Hex 58 95 EB 3F 25 0 8 D7 4F 3F
Octal 130 225 353 77 45 0 10 327 117 77
Binary 1011000 10010101 11101011 111111 100101 0 1000 11010111 1001111 111111

Color Harmonies of #5895EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5895EB

Black with #5895EB

Text Example


Text Example

White with #5895EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5895EB; }

 p { color: rgb(88,149,235); }

 H1.HeaderClassName
 {
   color: #5895EB;
 }
 .AnyTagClassName
 {
   color: #5895EB;
 }
</style>

background-color css

<style>
 a { background-color: #5895EB; }

 a { background-color: rgb(88,149,235); }

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

border-color css

<style>
 span { border-color: #5895EB; }

 span { border-color: rgb(88,149,235); }

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