Html Css Color HEX #5E95FA Cornflower Blue

📋 copy color: '#5E95FA'

red 94 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #5E95FA

Tints of Cornflower Blue #5E95FA

RGB

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

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

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

R = 19.07%
G = 30.22%
B = 50.71%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E95FA (or 0x5E95FA) is known color: Cornflower Blue. HEX triplet: 5E, 95 and FA. RGB value is (94,149,250). Sum of RGB (Red+Green+Blue) = 94+149+250=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E95FA is #A16A05. Grayscale: #8F8F8F. Windows color (decimal): -10578438 or 16422238. OLE color: 16422238.

HSL color Cylindrical-coordinate representation of color #5E95FA: hue angle of 218.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E95FA is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 149 250 -
CMYK 0.62 0.40 0 0.02
HSL 218.85º 0.94% 0.67% -
HSV(B) 218.85º 0.62% 0.98% -
XYZ 32.62 30.78 94.66 -
YUV 144.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 94 149 250 0.62 0.40 0 0.02 218.85 0.94 0.67
Hex 5E 95 FA 3E 28 0 2 DB 5E 43
Octal 136 225 372 76 50 0 2 333 136 103
Binary 1011110 10010101 11111010 111110 101000 0 10 11011011 1011110 1000011

Color Harmonies of #5E95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E95FA

Black with #5E95FA

Text Example


Text Example

White with #5E95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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