Html Css Color HEX #5397FC Cornflower Blue

📋 copy color: '#5397FC'

red 83 ◦ green 151 ◦ blue 252

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

Shades of Cornflower Blue #5397FC

Tints of Cornflower Blue #5397FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 17.08%
G = 31.07%
B = 51.85%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5397FC (or 0x5397FC) is known color: Cornflower Blue. HEX triplet: 53, 97 and FC. RGB value is (83,151,252). Sum of RGB (Red+Green+Blue) = 83+151+252=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #5397FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5397FC is #AC6803. Grayscale: #8D8D8D. Windows color (decimal): -11298820 or 16553811. OLE color: 16553811.

HSL color Cylindrical-coordinate representation of color #5397FC: hue angle of 215.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5397FC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 151 252 -
CMYK 0.67 0.40 0 0.01
HSL 215.86º 0.97% 0.66% -
HSV(B) 215.86º 0.67% 0.99% -
XYZ 32.2 31 96.38 -
YUV 142.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 83 151 252 0.67 0.40 0 0.01 215.86 0.97 0.66
Hex 53 97 FC 43 28 0 1 D8 61 42
Octal 123 227 374 103 50 0 1 330 141 102
Binary 1010011 10010111 11111100 1000011 101000 0 1 11011000 1100001 1000010

Color Harmonies of #5397FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5397FC

Black with #5397FC

Text Example


Text Example

White with #5397FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5397FC; }

 p { color: rgb(83,151,252); }

 H1.HeaderClassName
 {
   color: #5397FC;
 }
 .AnyTagClassName
 {
   color: #5397FC;
 }
</style>

background-color css

<style>
 a { background-color: #5397FC; }

 a { background-color: rgb(83,151,252); }

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

border-color css

<style>
 span { border-color: #5397FC; }

 span { border-color: rgb(83,151,252); }

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