Html Css Color HEX #7381EF Cornflower Blue

📋 copy color: '#7381EF'

red 115 ◦ green 129 ◦ blue 239

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

Shades of Cornflower Blue #7381EF

Tints of Cornflower Blue #7381EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 23.81%
G = 26.71%
B = 49.48%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7381EF (or 0x7381EF) is known color: Cornflower Blue. HEX triplet: 73, 81 and EF. RGB value is (115,129,239). Sum of RGB (Red+Green+Blue) = 115+129+239=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #7381EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7381EF is #8C7E10. Grayscale: #888888. Windows color (decimal): -9207313 or 15696243. OLE color: 15696243.

HSL color Cylindrical-coordinate representation of color #7381EF: hue angle of 233.23º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7381EF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 129 239 -
CMYK 0.52 0.46 0 0.06
HSL 233.23º 0.79% 0.69% -
HSV(B) 233.23º 0.52% 0.94% -
XYZ 30.5 25.58 84.99 -
YUV 137.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 115 129 239 0.52 0.46 0 0.06 233.23 0.79 0.69
Hex 73 81 EF 34 2E 0 6 E9 4F 45
Octal 163 201 357 64 56 0 6 351 117 105
Binary 1110011 10000001 11101111 110100 101110 0 110 11101001 1001111 1000101

Color Harmonies of #7381EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381EF

Black with #7381EF

Text Example


Text Example

White with #7381EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7381EF; }

 p { color: rgb(115,129,239); }

 H1.HeaderClassName
 {
   color: #7381EF;
 }
 .AnyTagClassName
 {
   color: #7381EF;
 }
</style>

background-color css

<style>
 a { background-color: #7381EF; }

 a { background-color: rgb(115,129,239); }

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

border-color css

<style>
 span { border-color: #7381EF; }

 span { border-color: rgb(115,129,239); }

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