Html Css Color HEX #728CED Cornflower Blue

📋 copy color: '#728CED'

red 114 ◦ green 140 ◦ blue 237

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

Shades of Cornflower Blue #728CED

Tints of Cornflower Blue #728CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 23.22%
G = 28.51%
B = 48.27%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#728CED (or 0x728CED) is known color: Cornflower Blue. HEX triplet: 72, 8C and ED. RGB value is (114,140,237). Sum of RGB (Red+Green+Blue) = 114+140+237=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #728CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CED is #8D7312. Grayscale: #8E8E8E. Windows color (decimal): -9270035 or 15567986. OLE color: 15567986.

HSL color Cylindrical-coordinate representation of color #728CED: hue angle of 227.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728CED is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 140 237 -
CMYK 0.52 0.41 0 0.07
HSL 227.32º 0.77% 0.69% -
HSV(B) 227.32º 0.52% 0.93% -
XYZ 31.6 28.45 83.95 -
YUV 143.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 114 140 237 0.52 0.41 0 0.07 227.32 0.77 0.69
Hex 72 8C ED 34 29 0 7 E3 4D 45
Octal 162 214 355 64 51 0 7 343 115 105
Binary 1110010 10001100 11101101 110100 101001 0 111 11100011 1001101 1000101

Color Harmonies of #728CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CED

Black with #728CED

Text Example


Text Example

White with #728CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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