Html Css Color HEX #728CDD Cornflower Blue

📋 copy color: '#728CDD'

red 114 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #728CDD

Tints of Cornflower Blue #728CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 24%
G = 29.47%
B = 46.53%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#728CDD (or 0x728CDD) is known color: Cornflower Blue. HEX triplet: 72, 8C and DD. RGB value is (114,140,221). Sum of RGB (Red+Green+Blue) = 114+140+221=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #728CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CDD is #8D7322. Grayscale: #8D8D8D. Windows color (decimal): -9270051 or 14519410. OLE color: 14519410.

HSL color Cylindrical-coordinate representation of color #728CDD: hue angle of 225.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728CDD is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 140 221 -
CMYK 0.48 0.37 0 0.13
HSL 225.42º 0.61% 0.66% -
HSV(B) 225.42º 0.48% 0.87% -
XYZ 29.37 27.55 72.18 -
YUV 141.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 114 140 221 0.48 0.37 0 0.13 225.42 0.61 0.66
Hex 72 8C DD 30 25 0 D E1 3D 42
Octal 162 214 335 60 45 0 15 341 75 102
Binary 1110010 10001100 11011101 110000 100101 0 1101 11100001 111101 1000010

Color Harmonies of #728CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CDD

Black with #728CDD

Text Example


Text Example

White with #728CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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