Html Css Color HEX #7385FD Cornflower Blue

📋 copy color: '#7385FD'

red 115 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #7385FD

Tints of Cornflower Blue #7385FD

RGB

 RED value IS 115 (45.31% from 255) = 22.95%

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 22.95%
G = 26.55%
B = 50.5%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7385FD (or 0x7385FD) is known color: Cornflower Blue. HEX triplet: 73, 85 and FD. RGB value is (115,133,253). Sum of RGB (Red+Green+Blue) = 115+133+253=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #7385FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385FD is #8C7A02. Grayscale: #8C8C8C. Windows color (decimal): -9206275 or 16614771. OLE color: 16614771.

HSL color Cylindrical-coordinate representation of color #7385FD: hue angle of 232.17º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7385FD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 133 253 -
CMYK 0.55 0.47 0 0.01
HSL 232.17º 0.97% 0.72% -
HSV(B) 232.17º 0.55% 0.99% -
XYZ 33.19 27.51 96.49 -
YUV 141.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 115 133 253 0.55 0.47 0 0.01 232.17 0.97 0.72
Hex 73 85 FD 37 2F 0 1 E8 61 48
Octal 163 205 375 67 57 0 1 350 141 110
Binary 1110011 10000101 11111101 110111 101111 0 1 11101000 1100001 1001000

Color Harmonies of #7385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385FD

Black with #7385FD

Text Example


Text Example

White with #7385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,133,253); }

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

background-color css

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

 a { background-color: rgb(115,133,253); }

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

border-color css

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

 span { border-color: rgb(115,133,253); }

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