Html Css Color HEX #728BF8 Cornflower Blue

📋 copy color: '#728BF8'

red 114 ◦ green 139 ◦ blue 248

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

Shades of Cornflower Blue #728BF8

Tints of Cornflower Blue #728BF8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

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

R = 22.75%
G = 27.74%
B = 49.5%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#728BF8 (or 0x728BF8) is known color: Cornflower Blue. HEX triplet: 72, 8B and F8. RGB value is (114,139,248). Sum of RGB (Red+Green+Blue) = 114+139+248=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #728BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BF8 is #8D7407. Grayscale: #8F8F8F. Windows color (decimal): -9270280 or 16288626. OLE color: 16288626.

HSL color Cylindrical-coordinate representation of color #728BF8: hue angle of 228.81º 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 #728BF8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 139 248 -
CMYK 0.54 0.44 0 0.03
HSL 228.81º 0.91% 0.71% -
HSV(B) 228.81º 0.54% 0.97% -
XYZ 33.12 28.82 92.62 -
YUV 143.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 114 139 248 0.54 0.44 0 0.03 228.81 0.91 0.71
Hex 72 8B F8 36 2C 0 3 E5 5B 47
Octal 162 213 370 66 54 0 3 345 133 107
Binary 1110010 10001011 11111000 110110 101100 0 11 11100101 1011011 1000111

Color Harmonies of #728BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BF8

Black with #728BF8

Text Example


Text Example

White with #728BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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