Html Css Color HEX #5390EA Cornflower Blue

📋 copy color: '#5390EA'

red 83 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #5390EA

Tints of Cornflower Blue #5390EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 18%
G = 31.24%
B = 50.76%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5390EA (or 0x5390EA) is known color: Cornflower Blue. HEX triplet: 53, 90 and EA. RGB value is (83,144,234). Sum of RGB (Red+Green+Blue) = 83+144+234=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #5390EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5390EA is #AC6F15. Grayscale: #878787. Windows color (decimal): -11300630 or 15372371. OLE color: 15372371.

HSL color Cylindrical-coordinate representation of color #5390EA: hue angle of 215.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5390EA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 144 234 -
CMYK 0.65 0.38 0 0.08
HSL 215.76º 0.78% 0.62% -
HSV(B) 215.76º 0.65% 0.92% -
XYZ 28.39 27.73 81.7 -
YUV 136.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 83 144 234 0.65 0.38 0 0.08 215.76 0.78 0.62
Hex 53 90 EA 41 26 0 8 D8 4E 3E
Octal 123 220 352 101 46 0 10 330 116 76
Binary 1010011 10010000 11101010 1000001 100110 0 1000 11011000 1001110 111110

Color Harmonies of #5390EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390EA

Black with #5390EA

Text Example


Text Example

White with #5390EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5390EA; }

 p { color: rgb(83,144,234); }

 H1.HeaderClassName
 {
   color: #5390EA;
 }
 .AnyTagClassName
 {
   color: #5390EA;
 }
</style>

background-color css

<style>
 a { background-color: #5390EA; }

 a { background-color: rgb(83,144,234); }

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

border-color css

<style>
 span { border-color: #5390EA; }

 span { border-color: rgb(83,144,234); }

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