Html Css Color HEX #728CF6 Cornflower Blue

📋 copy color: '#728CF6'

red 114 ◦ green 140 ◦ blue 246

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

Shades of Cornflower Blue #728CF6

Tints of Cornflower Blue #728CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 22.8%
G = 28%
B = 49.2%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#728CF6 (or 0x728CF6) is known color: Cornflower Blue. HEX triplet: 72, 8C and F6. RGB value is (114,140,246). Sum of RGB (Red+Green+Blue) = 114+140+246=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #728CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CF6 is #8D7309. Grayscale: #8F8F8F. Windows color (decimal): -9270026 or 16157810. OLE color: 16157810.

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

Color convert

RGB 114 140 246 -
CMYK 0.54 0.43 0 0.04
HSL 228.18º 0.88% 0.71% -
HSV(B) 228.18º 0.54% 0.96% -
XYZ 32.95 28.99 91.05 -
YUV 144.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 114 140 246 0.54 0.43 0 0.04 228.18 0.88 0.71
Hex 72 8C F6 36 2B 0 4 E4 58 47
Octal 162 214 366 66 53 0 4 344 130 107
Binary 1110010 10001100 11110110 110110 101011 0 100 11100100 1011000 1000111

Color Harmonies of #728CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CF6

Black with #728CF6

Text Example


Text Example

White with #728CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,246); }

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

background-color css

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

 a { background-color: rgb(114,140,246); }

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

border-color css

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

 span { border-color: rgb(114,140,246); }

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