Html Css Color HEX #5690FB Cornflower Blue

📋 copy color: '#5690FB'

red 86 ◦ green 144 ◦ blue 251

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

Shades of Cornflower Blue #5690FB

Tints of Cornflower Blue #5690FB

RGB

 RED value IS 86 (33.98% from 255) = 17.88%

 GREEN value IS 144 (56.64% from 255) = 29.94%

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

R = 17.88%
G = 29.94%
B = 52.18%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5690FB (or 0x5690FB) is known color: Cornflower Blue. HEX triplet: 56, 90 and FB. RGB value is (86,144,251). Sum of RGB (Red+Green+Blue) = 86+144+251=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #5690FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5690FB is #A96F04. Grayscale: #8A8A8A. Windows color (decimal): -11104005 or 16486486. OLE color: 16486486.

HSL color Cylindrical-coordinate representation of color #5690FB: hue angle of 218.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5690FB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 144 251 -
CMYK 0.66 0.43 0 0.02
HSL 218.91º 0.95% 0.66% -
HSV(B) 218.91º 0.66% 0.98% -
XYZ 31.22 28.89 95.2 -
YUV 138.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 86 144 251 0.66 0.43 0 0.02 218.91 0.95 0.66
Hex 56 90 FB 42 2B 0 2 DB 5F 42
Octal 126 220 373 102 53 0 2 333 137 102
Binary 1010110 10010000 11111011 1000010 101011 0 10 11011011 1011111 1000010

Color Harmonies of #5690FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690FB

Black with #5690FB

Text Example


Text Example

White with #5690FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,144,251); }

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

background-color css

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

 a { background-color: rgb(86,144,251); }

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

border-color css

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

 span { border-color: rgb(86,144,251); }

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