Html Css Color HEX #7385E6 Cornflower Blue

📋 copy color: '#7385E6'

red 115 ◦ green 133 ◦ blue 230

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

Shades of Cornflower Blue #7385E6

Tints of Cornflower Blue #7385E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.12%

R = 24.06%
G = 27.82%
B = 48.12%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7385E6 (or 0x7385E6) is known color: Cornflower Blue. HEX triplet: 73, 85 and E6. RGB value is (115,133,230). Sum of RGB (Red+Green+Blue) = 115+133+230=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #7385E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385E6 is #8C7A19. Grayscale: #8A8A8A. Windows color (decimal): -9206298 or 15107443. OLE color: 15107443.

HSL color Cylindrical-coordinate representation of color #7385E6: hue angle of 230.61º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7385E6 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 133 230 -
CMYK 0.5 0.42 0 0.10
HSL 230.61º 0.7% 0.68% -
HSV(B) 230.61º 0.5% 0.9% -
XYZ 29.74 26.13 78.34 -
YUV 138.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 115 133 230 0.5 0.42 0 0.10 230.61 0.7 0.68
Hex 73 85 E6 32 2A 0 A E7 46 44
Octal 163 205 346 62 52 0 12 347 106 104
Binary 1110011 10000101 11100110 110010 101010 0 1010 11100111 1000110 1000100

Color Harmonies of #7385E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385E6

Black with #7385E6

Text Example


Text Example

White with #7385E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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