Html Css Color HEX #5E9AF3 Cornflower Blue

📋 copy color: '#5E9AF3'

red 94 ◦ green 154 ◦ blue 243

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

Shades of Cornflower Blue #5E9AF3

Tints of Cornflower Blue #5E9AF3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.36%

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 19.14%
G = 31.36%
B = 49.49%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5E9AF3 (or 0x5E9AF3) is known color: Cornflower Blue. HEX triplet: 5E, 9A and F3. RGB value is (94,154,243). Sum of RGB (Red+Green+Blue) = 94+154+243=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #5E9AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9AF3 is #A1650C. Grayscale: #919191. Windows color (decimal): -10577165 or 15964766. OLE color: 15964766.

HSL color Cylindrical-coordinate representation of color #5E9AF3: hue angle of 215.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E9AF3 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 154 243 -
CMYK 0.61 0.37 0 0.05
HSL 215.84º 0.86% 0.66% -
HSV(B) 215.84º 0.61% 0.95% -
XYZ 32.35 31.96 89.26 -
YUV 146.21 182.62 90.76 -
System Red Green Blue C M Y K H S L
Decimal 94 154 243 0.61 0.37 0 0.05 215.84 0.86 0.66
Hex 5E 9A F3 3D 25 0 5 D8 56 42
Octal 136 232 363 75 45 0 5 330 126 102
Binary 1011110 10011010 11110011 111101 100101 0 101 11011000 1010110 1000010

Color Harmonies of #5E9AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9AF3

Black with #5E9AF3

Text Example


Text Example

White with #5E9AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,154,243); }

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

background-color css

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

 a { background-color: rgb(94,154,243); }

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

border-color css

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

 span { border-color: rgb(94,154,243); }

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