Html Css Color HEX #728CF2 Cornflower Blue

📋 copy color: '#728CF2'

red 114 ◦ green 140 ◦ blue 242

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

Shades of Cornflower Blue #728CF2

Tints of Cornflower Blue #728CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 22.98%
G = 28.23%
B = 48.79%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#728CF2 (or 0x728CF2) is known color: Cornflower Blue. HEX triplet: 72, 8C and F2. RGB value is (114,140,242). Sum of RGB (Red+Green+Blue) = 114+140+242=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #728CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CF2 is #8D730D. Grayscale: #8F8F8F. Windows color (decimal): -9270030 or 15895666. OLE color: 15895666.

HSL color Cylindrical-coordinate representation of color #728CF2: hue angle of 227.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728CF2 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 140 242 -
CMYK 0.53 0.42 0 0.05
HSL 227.81º 0.83% 0.7% -
HSV(B) 227.81º 0.53% 0.95% -
XYZ 32.34 28.74 87.85 -
YUV 143.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 114 140 242 0.53 0.42 0 0.05 227.81 0.83 0.7
Hex 72 8C F2 35 2A 0 5 E4 53 46
Octal 162 214 362 65 52 0 5 344 123 106
Binary 1110010 10001100 11110010 110101 101010 0 101 11100100 1010011 1000110

Color Harmonies of #728CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CF2

Black with #728CF2

Text Example


Text Example

White with #728CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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