Html Css Color HEX #5386FD Cornflower Blue

📋 copy color: '#5386FD'

red 83 ◦ green 134 ◦ blue 253

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

Shades of Cornflower Blue #5386FD

Tints of Cornflower Blue #5386FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

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

R = 17.66%
G = 28.51%
B = 53.83%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5386FD (or 0x5386FD) is known color: Cornflower Blue. HEX triplet: 53, 86 and FD. RGB value is (83,134,253). Sum of RGB (Red+Green+Blue) = 83+134+253=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #5386FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5386FD is #AC7902. Grayscale: #838383. Windows color (decimal): -11303171 or 16614995. OLE color: 16614995.

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

Color convert

RGB 83 134 253 -
CMYK 0.67 0.47 0 0.01
HSL 222º 0.98% 0.66% -
HSV(B) 222º 0.67% 0.99% -
XYZ 29.82 25.98 96.37 -
YUV 132.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 83 134 253 0.67 0.47 0 0.01 222 0.98 0.66
Hex 53 86 FD 43 2F 0 1 DE 62 42
Octal 123 206 375 103 57 0 1 336 142 102
Binary 1010011 10000110 11111101 1000011 101111 0 1 11011110 1100010 1000010

Color Harmonies of #5386FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386FD

Black with #5386FD

Text Example


Text Example

White with #5386FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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