Html Css Color HEX #728FE7 Cornflower Blue

📋 copy color: '#728FE7'

red 114 ◦ green 143 ◦ blue 231

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

Shades of Cornflower Blue #728FE7

Tints of Cornflower Blue #728FE7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

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

R = 23.36%
G = 29.3%
B = 47.34%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#728FE7 (or 0x728FE7) is known color: Cornflower Blue. HEX triplet: 72, 8F and E7. RGB value is (114,143,231). Sum of RGB (Red+Green+Blue) = 114+143+231=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #728FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FE7 is #8D7018. Grayscale: #8F8F8F. Windows color (decimal): -9269273 or 15175538. OLE color: 15175538.

HSL color Cylindrical-coordinate representation of color #728FE7: hue angle of 225.13º 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 #728FE7 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 143 231 -
CMYK 0.51 0.38 0 0.09
HSL 225.13º 0.71% 0.68% -
HSV(B) 225.13º 0.51% 0.91% -
XYZ 31.19 28.99 79.55 -
YUV 144.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 114 143 231 0.51 0.38 0 0.09 225.13 0.71 0.68
Hex 72 8F E7 33 26 0 9 E1 47 44
Octal 162 217 347 63 46 0 11 341 107 104
Binary 1110010 10001111 11100111 110011 100110 0 1001 11100001 1000111 1000100

Color Harmonies of #728FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FE7

Black with #728FE7

Text Example


Text Example

White with #728FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728FE7; }

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

 H1.HeaderClassName
 {
   color: #728FE7;
 }
 .AnyTagClassName
 {
   color: #728FE7;
 }
</style>

background-color css

<style>
 a { background-color: #728FE7; }

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

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

border-color css

<style>
 span { border-color: #728FE7; }

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

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