Html Css Color HEX #5092FA Cornflower Blue

📋 copy color: '#5092FA'

red 80 ◦ green 146 ◦ blue 250

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

Shades of Cornflower Blue #5092FA

Tints of Cornflower Blue #5092FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 16.81%
G = 30.67%
B = 52.52%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5092FA (or 0x5092FA) is known color: Cornflower Blue. HEX triplet: 50, 92 and FA. RGB value is (80,146,250). Sum of RGB (Red+Green+Blue) = 80+146+250=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #5092FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5092FA is #AF6D05. Grayscale: #898989. Windows color (decimal): -11496710 or 16421456. OLE color: 16421456.

HSL color Cylindrical-coordinate representation of color #5092FA: hue angle of 216.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5092FA is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 146 250 -
CMYK 0.68 0.42 0 0.02
HSL 216.71º 0.94% 0.65% -
HSV(B) 216.71º 0.68% 0.98% -
XYZ 30.84 29.17 94.45 -
YUV 138.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 80 146 250 0.68 0.42 0 0.02 216.71 0.94 0.65
Hex 50 92 FA 44 2A 0 2 D9 5E 41
Octal 120 222 372 104 52 0 2 331 136 101
Binary 1010000 10010010 11111010 1000100 101010 0 10 11011001 1011110 1000001

Color Harmonies of #5092FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092FA

Black with #5092FA

Text Example


Text Example

White with #5092FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5092FA; }

 p { color: rgb(80,146,250); }

 H1.HeaderClassName
 {
   color: #5092FA;
 }
 .AnyTagClassName
 {
   color: #5092FA;
 }
</style>

background-color css

<style>
 a { background-color: #5092FA; }

 a { background-color: rgb(80,146,250); }

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

border-color css

<style>
 span { border-color: #5092FA; }

 span { border-color: rgb(80,146,250); }

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