Html Css Color HEX #5398F4 Cornflower Blue

📋 copy color: '#5398F4'

red 83 ◦ green 152 ◦ blue 244

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

Shades of Cornflower Blue #5398F4

Tints of Cornflower Blue #5398F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.94%

R = 17.33%
G = 31.73%
B = 50.94%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5398F4 (or 0x5398F4) is known color: Cornflower Blue. HEX triplet: 53, 98 and F4. RGB value is (83,152,244). Sum of RGB (Red+Green+Blue) = 83+152+244=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #5398F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398F4 is #AC670B. Grayscale: #8D8D8D. Windows color (decimal): -11298572 or 16029779. OLE color: 16029779.

HSL color Cylindrical-coordinate representation of color #5398F4: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5398F4 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 152 244 -
CMYK 0.66 0.38 0 0.04
HSL 214.29º 0.88% 0.64% -
HSV(B) 214.29º 0.66% 0.96% -
XYZ 31.12 30.83 89.9 -
YUV 141.86 185.64 86.02 -
System Red Green Blue C M Y K H S L
Decimal 83 152 244 0.66 0.38 0 0.04 214.29 0.88 0.64
Hex 53 98 F4 42 26 0 4 D6 58 40
Octal 123 230 364 102 46 0 4 326 130 100
Binary 1010011 10011000 11110100 1000010 100110 0 100 11010110 1011000 1000000

Color Harmonies of #5398F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398F4

Black with #5398F4

Text Example


Text Example

White with #5398F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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