Html Css Color HEX #5895FB Cornflower Blue

📋 copy color: '#5895FB'

red 88 ◦ green 149 ◦ blue 251

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

Shades of Cornflower Blue #5895FB

Tints of Cornflower Blue #5895FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 18.03%
G = 30.53%
B = 51.43%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5895FB (or 0x5895FB) is known color: Cornflower Blue. HEX triplet: 58, 95 and FB. RGB value is (88,149,251). Sum of RGB (Red+Green+Blue) = 88+149+251=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #5895FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5895FB is #A76A04. Grayscale: #8D8D8D. Windows color (decimal): -10971653 or 16487768. OLE color: 16487768.

HSL color Cylindrical-coordinate representation of color #5895FB: hue angle of 217.55º degrees, saturation: 0.95, 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 #5895FB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 149 251 -
CMYK 0.65 0.41 0 0.02
HSL 217.55º 0.95% 0.66% -
HSV(B) 217.55º 0.65% 0.98% -
XYZ 32.18 30.53 95.46 -
YUV 142.39 189.29 89.21 -
System Red Green Blue C M Y K H S L
Decimal 88 149 251 0.65 0.41 0 0.02 217.55 0.95 0.66
Hex 58 95 FB 41 29 0 2 DA 5F 42
Octal 130 225 373 101 51 0 2 332 137 102
Binary 1011000 10010101 11111011 1000001 101001 0 10 11011010 1011111 1000010

Color Harmonies of #5895FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5895FB

Black with #5895FB

Text Example


Text Example

White with #5895FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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