Html Css Color HEX #5A88FB Cornflower Blue

📋 copy color: '#5A88FB'

red 90 ◦ green 136 ◦ blue 251

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

Shades of Cornflower Blue #5A88FB

Tints of Cornflower Blue #5A88FB

RGB

 RED value IS 90 (35.55% from 255) = 18.87%

 GREEN value IS 136 (53.52% from 255) = 28.51%

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

R = 18.87%
G = 28.51%
B = 52.62%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A88FB (or 0x5A88FB) is known color: Cornflower Blue. HEX triplet: 5A, 88 and FB. RGB value is (90,136,251). Sum of RGB (Red+Green+Blue) = 90+136+251=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A88FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A88FB is #A57704. Grayscale: #868686. Windows color (decimal): -10843909 or 16484442. OLE color: 16484442.

HSL color Cylindrical-coordinate representation of color #5A88FB: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A88FB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 136 251 -
CMYK 0.64 0.46 0 0.02
HSL 222.86º 0.95% 0.67% -
HSV(B) 222.86º 0.64% 0.98% -
XYZ 30.43 26.75 94.83 -
YUV 135.36 193.26 95.65 -
System Red Green Blue C M Y K H S L
Decimal 90 136 251 0.64 0.46 0 0.02 222.86 0.95 0.67
Hex 5A 88 FB 40 2E 0 2 DF 5F 43
Octal 132 210 373 100 56 0 2 337 137 103
Binary 1011010 10001000 11111011 1000000 101110 0 10 11011111 1011111 1000011

Color Harmonies of #5A88FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A88FB

Black with #5A88FB

Text Example


Text Example

White with #5A88FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A88FB; }

 p { color: rgb(90,136,251); }

 H1.HeaderClassName
 {
   color: #5A88FB;
 }
 .AnyTagClassName
 {
   color: #5A88FB;
 }
</style>

background-color css

<style>
 a { background-color: #5A88FB; }

 a { background-color: rgb(90,136,251); }

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

border-color css

<style>
 span { border-color: #5A88FB; }

 span { border-color: rgb(90,136,251); }

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