Html Css Color HEX #5E9FFA Cornflower Blue

📋 copy color: '#5E9FFA'

red 94 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #5E9FFA

Tints of Cornflower Blue #5E9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

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

R = 18.69%
G = 31.61%
B = 49.7%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E9FFA (or 0x5E9FFA) is known color: Cornflower Blue. HEX triplet: 5E, 9F and FA. RGB value is (94,159,250). Sum of RGB (Red+Green+Blue) = 94+159+250=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9FFA is #A16005. Grayscale: #959595. Windows color (decimal): -10575878 or 16424798. OLE color: 16424798.

HSL color Cylindrical-coordinate representation of color #5E9FFA: hue angle of 215º 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 #5E9FFA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 159 250 -
CMYK 0.62 0.36 0 0.02
HSL 215º 0.94% 0.67% -
HSV(B) 215º 0.62% 0.98% -
XYZ 34.27 34.08 95.21 -
YUV 149.94 184.47 88.1 -
System Red Green Blue C M Y K H S L
Decimal 94 159 250 0.62 0.36 0 0.02 215 0.94 0.67
Hex 5E 9F FA 3E 24 0 2 D7 5E 43
Octal 136 237 372 76 44 0 2 327 136 103
Binary 1011110 10011111 11111010 111110 100100 0 10 11010111 1011110 1000011

Color Harmonies of #5E9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9FFA

Black with #5E9FFA

Text Example


Text Example

White with #5E9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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