Html Css Color HEX #5090FC Cornflower Blue

📋 copy color: '#5090FC'

red 80 ◦ green 144 ◦ blue 252

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

Shades of Cornflower Blue #5090FC

Tints of Cornflower Blue #5090FC

RGB

 RED value IS 80 (31.64% from 255) = 16.81%

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 16.81%
G = 30.25%
B = 52.94%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5090FC (or 0x5090FC) is known color: Cornflower Blue. HEX triplet: 50, 90 and FC. RGB value is (80,144,252). Sum of RGB (Red+Green+Blue) = 80+144+252=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #5090FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5090FC is #AF6F03. Grayscale: #888888. Windows color (decimal): -11497220 or 16552016. OLE color: 16552016.

HSL color Cylindrical-coordinate representation of color #5090FC: hue angle of 217.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5090FC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 144 252 -
CMYK 0.68 0.43 0 0.01
HSL 217.67º 0.97% 0.65% -
HSV(B) 217.67º 0.68% 0.99% -
XYZ 30.85 28.68 96.01 -
YUV 137.18 192.8 87.22 -
System Red Green Blue C M Y K H S L
Decimal 80 144 252 0.68 0.43 0 0.01 217.67 0.97 0.65
Hex 50 90 FC 44 2B 0 1 DA 61 41
Octal 120 220 374 104 53 0 1 332 141 101
Binary 1010000 10010000 11111100 1000100 101011 0 1 11011010 1100001 1000001

Color Harmonies of #5090FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090FC

Black with #5090FC

Text Example


Text Example

White with #5090FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5090FC; }

 p { color: rgb(80,144,252); }

 H1.HeaderClassName
 {
   color: #5090FC;
 }
 .AnyTagClassName
 {
   color: #5090FC;
 }
</style>

background-color css

<style>
 a { background-color: #5090FC; }

 a { background-color: rgb(80,144,252); }

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

border-color css

<style>
 span { border-color: #5090FC; }

 span { border-color: rgb(80,144,252); }

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