Html Css Color HEX #5391FD Cornflower Blue

📋 copy color: '#5391FD'

red 83 ◦ green 145 ◦ blue 253

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

Shades of Cornflower Blue #5391FD

Tints of Cornflower Blue #5391FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 17.26%
G = 30.15%
B = 52.6%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5391FD (or 0x5391FD) is known color: Cornflower Blue. HEX triplet: 53, 91 and FD. RGB value is (83,145,253). Sum of RGB (Red+Green+Blue) = 83+145+253=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #5391FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5391FD is #AC6E02. Grayscale: #8A8A8A. Windows color (decimal): -11300355 or 16617811. OLE color: 16617811.

HSL color Cylindrical-coordinate representation of color #5391FD: hue angle of 218.12º degrees, saturation: 0.98, 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 #5391FD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 145 253 -
CMYK 0.67 0.43 0 0.01
HSL 218.12º 0.98% 0.66% -
HSV(B) 218.12º 0.67% 0.99% -
XYZ 31.42 29.18 96.9 -
YUV 138.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 83 145 253 0.67 0.43 0 0.01 218.12 0.98 0.66
Hex 53 91 FD 43 2B 0 1 DA 62 42
Octal 123 221 375 103 53 0 1 332 142 102
Binary 1010011 10010001 11111101 1000011 101011 0 1 11011010 1100010 1000010

Color Harmonies of #5391FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5391FD

Black with #5391FD

Text Example


Text Example

White with #5391FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5391FD; }

 p { color: rgb(83,145,253); }

 H1.HeaderClassName
 {
   color: #5391FD;
 }
 .AnyTagClassName
 {
   color: #5391FD;
 }
</style>

background-color css

<style>
 a { background-color: #5391FD; }

 a { background-color: rgb(83,145,253); }

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

border-color css

<style>
 span { border-color: #5391FD; }

 span { border-color: rgb(83,145,253); }

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