Html Css Color HEX #5095FF Cornflower Blue

📋 copy color: '#5095FF'

red 80 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #5095FF

Tints of Cornflower Blue #5095FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 16.53%
G = 30.79%
B = 52.69%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5095FF (or 0x5095FF) is known color: Cornflower Blue. HEX triplet: 50, 95 and FF. RGB value is (80,149,255). Sum of RGB (Red+Green+Blue) = 80+149+255=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5095FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095FF is #AF6A00. Grayscale: #8B8B8B. Windows color (decimal): -11495937 or 16749904. OLE color: 16749904.

HSL color Cylindrical-coordinate representation of color #5095FF: hue angle of 216.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5095FF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 149 255 -
CMYK 0.69 0.42 0 0
HSL 216.34º 1% 0.66% -
HSV(B) 216.34º 0.69% 1% -
XYZ 32.11 30.42 98.79 -
YUV 140.45 192.64 84.88 -
System Red Green Blue C M Y K H S L
Decimal 80 149 255 0.69 0.42 0 0 216.34 1 0.66
Hex 50 95 FF 45 2A 0 0 D8 64 42
Octal 120 225 377 105 52 0 0 330 144 102
Binary 1010000 10010101 11111111 1000101 101010 0 0 11011000 1100100 1000010

Color Harmonies of #5095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5095FF

Black with #5095FF

Text Example


Text Example

White with #5095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5095FF; }

 p { color: rgb(80,149,255); }

 H1.HeaderClassName
 {
   color: #5095FF;
 }
 .AnyTagClassName
 {
   color: #5095FF;
 }
</style>

background-color css

<style>
 a { background-color: #5095FF; }

 a { background-color: rgb(80,149,255); }

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

border-color css

<style>
 span { border-color: #5095FF; }

 span { border-color: rgb(80,149,255); }

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