Html Css Color HEX #728DF8 Cornflower Blue

📋 copy color: '#728DF8'

red 114 ◦ green 141 ◦ blue 248

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

Shades of Cornflower Blue #728DF8

Tints of Cornflower Blue #728DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 22.66%
G = 28.03%
B = 49.3%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#728DF8 (or 0x728DF8) is known color: Cornflower Blue. HEX triplet: 72, 8D and F8. RGB value is (114,141,248). Sum of RGB (Red+Green+Blue) = 114+141+248=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #728DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DF8 is #8D7207. Grayscale: #909090. Windows color (decimal): -9269768 or 16289138. OLE color: 16289138.

HSL color Cylindrical-coordinate representation of color #728DF8: hue angle of 227.91º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728DF8 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 141 248 -
CMYK 0.54 0.43 0 0.03
HSL 227.91º 0.91% 0.71% -
HSV(B) 227.91º 0.54% 0.97% -
XYZ 33.41 29.4 92.72 -
YUV 145.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 114 141 248 0.54 0.43 0 0.03 227.91 0.91 0.71
Hex 72 8D F8 36 2B 0 3 E4 5B 47
Octal 162 215 370 66 53 0 3 344 133 107
Binary 1110010 10001101 11111000 110110 101011 0 11 11100100 1011011 1000111

Color Harmonies of #728DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DF8

Black with #728DF8

Text Example


Text Example

White with #728DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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