Html Css Color HEX #5398EA Cornflower Blue

📋 copy color: '#5398EA'

red 83 ◦ green 152 ◦ blue 234

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

Shades of Cornflower Blue #5398EA

Tints of Cornflower Blue #5398EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

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

R = 17.7%
G = 32.41%
B = 49.89%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5398EA (or 0x5398EA) is known color: Cornflower Blue. HEX triplet: 53, 98 and EA. RGB value is (83,152,234). Sum of RGB (Red+Green+Blue) = 83+152+234=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #5398EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398EA is #AC6715. Grayscale: #8C8C8C. Windows color (decimal): -11298582 or 15374419. OLE color: 15374419.

HSL color Cylindrical-coordinate representation of color #5398EA: hue angle of 212.58º 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 #5398EA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 152 234 -
CMYK 0.65 0.35 0 0.08
HSL 212.58º 0.78% 0.62% -
HSV(B) 212.58º 0.65% 0.92% -
XYZ 29.65 30.24 82.12 -
YUV 140.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 83 152 234 0.65 0.35 0 0.08 212.58 0.78 0.62
Hex 53 98 EA 41 23 0 8 D5 4E 3E
Octal 123 230 352 101 43 0 10 325 116 76
Binary 1010011 10011000 11101010 1000001 100011 0 1000 11010101 1001110 111110

Color Harmonies of #5398EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398EA

Black with #5398EA

Text Example


Text Example

White with #5398EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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