Html Css Color HEX #5385E9 Cornflower Blue

📋 copy color: '#5385E9'

red 83 ◦ green 133 ◦ blue 233

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

Shades of Cornflower Blue #5385E9

Tints of Cornflower Blue #5385E9

RGB

 RED value IS 83 (32.81% from 255) = 18.49%

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 18.49%
G = 29.62%
B = 51.89%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5385E9 (or 0x5385E9) is known color: Cornflower Blue. HEX triplet: 53, 85 and E9. RGB value is (83,133,233). Sum of RGB (Red+Green+Blue) = 83+133+233=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #5385E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5385E9 is #AC7A16. Grayscale: #818181. Windows color (decimal): -11303447 or 15304019. OLE color: 15304019.

HSL color Cylindrical-coordinate representation of color #5385E9: hue angle of 220º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5385E9 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 133 233 -
CMYK 0.64 0.43 0 0.09
HSL 220º 0.77% 0.62% -
HSV(B) 220º 0.64% 0.91% -
XYZ 26.66 24.5 80.41 -
YUV 129.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 83 133 233 0.64 0.43 0 0.09 220 0.77 0.62
Hex 53 85 E9 40 2B 0 9 DC 4D 3E
Octal 123 205 351 100 53 0 11 334 115 76
Binary 1010011 10000101 11101001 1000000 101011 0 1001 11011100 1001101 111110

Color Harmonies of #5385E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385E9

Black with #5385E9

Text Example


Text Example

White with #5385E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5385E9; }

 p { color: rgb(83,133,233); }

 H1.HeaderClassName
 {
   color: #5385E9;
 }
 .AnyTagClassName
 {
   color: #5385E9;
 }
</style>

background-color css

<style>
 a { background-color: #5385E9; }

 a { background-color: rgb(83,133,233); }

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

border-color css

<style>
 span { border-color: #5385E9; }

 span { border-color: rgb(83,133,233); }

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