Html Css Color HEX #5E7FDF Cornflower Blue

📋 copy color: '#5E7FDF'

red 94 ◦ green 127 ◦ blue 223

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

Shades of Cornflower Blue #5E7FDF

Tints of Cornflower Blue #5E7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 21.17%
G = 28.6%
B = 50.23%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E7FDF (or 0x5E7FDF) is known color: Cornflower Blue. HEX triplet: 5E, 7F and DF. RGB value is (94,127,223). Sum of RGB (Red+Green+Blue) = 94+127+223=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E7FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FDF is #A18020. Grayscale: #7F7F7F. Windows color (decimal): -10584097 or 14647134. OLE color: 14647134.

HSL color Cylindrical-coordinate representation of color #5E7FDF: hue angle of 224.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7FDF is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 127 223 -
CMYK 0.58 0.43 0 0.13
HSL 224.65º 0.67% 0.62% -
HSV(B) 224.65º 0.58% 0.87% -
XYZ 25.52 22.89 72.88 -
YUV 128.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 94 127 223 0.58 0.43 0 0.13 224.65 0.67 0.62
Hex 5E 7F DF 3A 2B 0 D E1 43 3E
Octal 136 177 337 72 53 0 15 341 103 76
Binary 1011110 1111111 11011111 111010 101011 0 1101 11100001 1000011 111110

Color Harmonies of #5E7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FDF

Black with #5E7FDF

Text Example


Text Example

White with #5E7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,223); }

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

background-color css

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

 a { background-color: rgb(94,127,223); }

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

border-color css

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

 span { border-color: rgb(94,127,223); }

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