Html Css Color HEX #5A85FB Cornflower Blue

📋 copy color: '#5A85FB'

red 90 ◦ green 133 ◦ blue 251

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

Shades of Cornflower Blue #5A85FB

Tints of Cornflower Blue #5A85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

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

R = 18.99%
G = 28.06%
B = 52.95%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A85FB (or 0x5A85FB) is known color: Cornflower Blue. HEX triplet: 5A, 85 and FB. RGB value is (90,133,251). Sum of RGB (Red+Green+Blue) = 90+133+251=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A85FB is #A57A04. Grayscale: #858585. Windows color (decimal): -10844677 or 16483674. OLE color: 16483674.

HSL color Cylindrical-coordinate representation of color #5A85FB: hue angle of 223.98º 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 #5A85FB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 133 251 -
CMYK 0.64 0.47 0 0.02
HSL 223.98º 0.95% 0.67% -
HSV(B) 223.98º 0.64% 0.98% -
XYZ 30.02 25.91 94.69 -
YUV 133.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 90 133 251 0.64 0.47 0 0.02 223.98 0.95 0.67
Hex 5A 85 FB 40 2F 0 2 E0 5F 43
Octal 132 205 373 100 57 0 2 340 137 103
Binary 1011010 10000101 11111011 1000000 101111 0 10 11100000 1011111 1000011

Color Harmonies of #5A85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A85FB

Black with #5A85FB

Text Example


Text Example

White with #5A85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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