Html Css Color HEX #5E95FE Cornflower Blue

📋 copy color: '#5E95FE'

red 94 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #5E95FE

Tints of Cornflower Blue #5E95FE

RGB

 RED value IS 94 (37.11% from 255) = 18.91%

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 18.91%
G = 29.98%
B = 51.11%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E95FE (or 0x5E95FE) is known color: Cornflower Blue. HEX triplet: 5E, 95 and FE. RGB value is (94,149,254). Sum of RGB (Red+Green+Blue) = 94+149+254=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E95FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E95FE is #A16A01. Grayscale: #909090. Windows color (decimal): -10578434 or 16684382. OLE color: 16684382.

HSL color Cylindrical-coordinate representation of color #5E95FE: hue angle of 219.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E95FE is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 149 254 -
CMYK 0.63 0.41 0 0.00
HSL 219.38º 0.99% 0.68% -
HSV(B) 219.38º 0.63% 1% -
XYZ 33.25 31.03 98 -
YUV 144.53 189.78 91.96 -
System Red Green Blue C M Y K H S L
Decimal 94 149 254 0.63 0.41 0 0.00 219.38 0.99 0.68
Hex 5E 95 FE 3F 29 0 0 DB 63 44
Octal 136 225 376 77 51 0 0 333 143 104
Binary 1011110 10010101 11111110 111111 101001 0 0 11011011 1100011 1000100

Color Harmonies of #5E95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E95FE

Black with #5E95FE

Text Example


Text Example

White with #5E95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,254); }

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

background-color css

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

 a { background-color: rgb(94,149,254); }

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

border-color css

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

 span { border-color: rgb(94,149,254); }

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