Html Css Color HEX #728DF0 Cornflower Blue

📋 copy color: '#728DF0'

red 114 ◦ green 141 ◦ blue 240

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

Shades of Cornflower Blue #728DF0

Tints of Cornflower Blue #728DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.48%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 23.03%
G = 28.48%
B = 48.48%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#728DF0 (or 0x728DF0) is known color: Cornflower Blue. HEX triplet: 72, 8D and F0. RGB value is (114,141,240). Sum of RGB (Red+Green+Blue) = 114+141+240=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #728DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DF0 is #8D720F. Grayscale: #8F8F8F. Windows color (decimal): -9269776 or 15764850. OLE color: 15764850.

HSL color Cylindrical-coordinate representation of color #728DF0: hue angle of 227.14º degrees, saturation: 0.81, 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 #728DF0 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 141 240 -
CMYK 0.52 0.41 0 0.06
HSL 227.14º 0.81% 0.69% -
HSV(B) 227.14º 0.53% 0.94% -
XYZ 32.19 28.92 86.32 -
YUV 144.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 114 141 240 0.52 0.41 0 0.06 227.14 0.81 0.69
Hex 72 8D F0 34 29 0 6 E3 51 45
Octal 162 215 360 64 51 0 6 343 121 105
Binary 1110010 10001101 11110000 110100 101001 0 110 11100011 1010001 1000101

Color Harmonies of #728DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DF0

Black with #728DF0

Text Example


Text Example

White with #728DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,240); }

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

background-color css

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

 a { background-color: rgb(114,141,240); }

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

border-color css

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

 span { border-color: rgb(114,141,240); }

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