Html Css Color HEX #728FE6 Cornflower Blue

📋 copy color: '#728FE6'

red 114 ◦ green 143 ◦ blue 230

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

Shades of Cornflower Blue #728FE6

Tints of Cornflower Blue #728FE6

RGB

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

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

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

R = 23.41%
G = 29.36%
B = 47.23%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#728FE6 (or 0x728FE6) is known color: Cornflower Blue. HEX triplet: 72, 8F and E6. RGB value is (114,143,230). Sum of RGB (Red+Green+Blue) = 114+143+230=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #728FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FE6 is #8D7019. Grayscale: #8F8F8F. Windows color (decimal): -9269274 or 15110002. OLE color: 15110002.

HSL color Cylindrical-coordinate representation of color #728FE6: hue angle of 225º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728FE6 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 143 230 -
CMYK 0.50 0.38 0 0.10
HSL 225º 0.7% 0.67% -
HSV(B) 225º 0.5% 0.9% -
XYZ 31.04 28.94 78.81 -
YUV 144.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 114 143 230 0.50 0.38 0 0.10 225 0.7 0.67
Hex 72 8F E6 32 26 0 A E1 46 43
Octal 162 217 346 62 46 0 12 341 106 103
Binary 1110010 10001111 11100110 110010 100110 0 1010 11100001 1000110 1000011

Color Harmonies of #728FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FE6

Black with #728FE6

Text Example


Text Example

White with #728FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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