Html Css Color HEX #7385FE Cornflower Blue

📋 copy color: '#7385FE'

red 115 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #7385FE

Tints of Cornflower Blue #7385FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 22.91%
G = 26.49%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7385FE (or 0x7385FE) is known color: Cornflower Blue. HEX triplet: 73, 85 and FE. RGB value is (115,133,254). Sum of RGB (Red+Green+Blue) = 115+133+254=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7385FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385FE is #8C7A01. Grayscale: #8C8C8C. Windows color (decimal): -9206274 or 16680307. OLE color: 16680307.

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

Color convert

RGB 115 133 254 -
CMYK 0.55 0.48 0 0.00
HSL 232.23º 0.99% 0.72% -
HSV(B) 232.23º 0.55% 1% -
XYZ 33.35 27.58 97.33 -
YUV 141.41 191.54 109.16 -
System Red Green Blue C M Y K H S L
Decimal 115 133 254 0.55 0.48 0 0.00 232.23 0.99 0.72
Hex 73 85 FE 37 30 0 0 E8 63 48
Octal 163 205 376 67 60 0 0 350 143 110
Binary 1110011 10000101 11111110 110111 110000 0 0 11101000 1100011 1001000

Color Harmonies of #7385FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385FE

Black with #7385FE

Text Example


Text Example

White with #7385FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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