Html Css Color HEX #7381F1 Cornflower Blue

📋 copy color: '#7381F1'

red 115 ◦ green 129 ◦ blue 241

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

Shades of Cornflower Blue #7381F1

Tints of Cornflower Blue #7381F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 23.71%
G = 26.6%
B = 49.69%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7381F1 (or 0x7381F1) is known color: Cornflower Blue. HEX triplet: 73, 81 and F1. RGB value is (115,129,241). Sum of RGB (Red+Green+Blue) = 115+129+241=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #7381F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7381F1 is #8C7E0E. Grayscale: #898989. Windows color (decimal): -9207311 or 15827315. OLE color: 15827315.

HSL color Cylindrical-coordinate representation of color #7381F1: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7381F1 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 129 241 -
CMYK 0.52 0.46 0 0.05
HSL 233.33º 0.82% 0.7% -
HSV(B) 233.33º 0.52% 0.95% -
XYZ 30.8 25.7 86.56 -
YUV 137.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 115 129 241 0.52 0.46 0 0.05 233.33 0.82 0.7
Hex 73 81 F1 34 2E 0 5 E9 52 46
Octal 163 201 361 64 56 0 5 351 122 106
Binary 1110011 10000001 11110001 110100 101110 0 101 11101001 1010010 1000110

Color Harmonies of #7381F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381F1

Black with #7381F1

Text Example


Text Example

White with #7381F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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