Html Css Color HEX #7281E7 Cornflower Blue

📋 copy color: '#7281E7'

red 114 ◦ green 129 ◦ blue 231

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

Shades of Cornflower Blue #7281E7

Tints of Cornflower Blue #7281E7

RGB

 RED value IS 114 (44.92% from 255) = 24.05%

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 24.05%
G = 27.22%
B = 48.73%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7281E7 (or 0x7281E7) is known color: Cornflower Blue. HEX triplet: 72, 81 and E7. RGB value is (114,129,231). Sum of RGB (Red+Green+Blue) = 114+129+231=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #7281E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281E7 is #8D7E18. Grayscale: #878787. Windows color (decimal): -9272857 or 15171954. OLE color: 15171954.

HSL color Cylindrical-coordinate representation of color #7281E7: hue angle of 232.31º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7281E7 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 129 231 -
CMYK 0.51 0.44 0 0.09
HSL 232.31º 0.71% 0.68% -
HSV(B) 232.31º 0.51% 0.91% -
XYZ 29.21 25.05 78.9 -
YUV 136.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 114 129 231 0.51 0.44 0 0.09 232.31 0.71 0.68
Hex 72 81 E7 33 2C 0 9 E8 47 44
Octal 162 201 347 63 54 0 11 350 107 104
Binary 1110010 10000001 11100111 110011 101100 0 1001 11101000 1000111 1000100

Color Harmonies of #7281E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281E7

Black with #7281E7

Text Example


Text Example

White with #7281E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7281E7; }

 p { color: rgb(114,129,231); }

 H1.HeaderClassName
 {
   color: #7281E7;
 }
 .AnyTagClassName
 {
   color: #7281E7;
 }
</style>

background-color css

<style>
 a { background-color: #7281E7; }

 a { background-color: rgb(114,129,231); }

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

border-color css

<style>
 span { border-color: #7281E7; }

 span { border-color: rgb(114,129,231); }

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