Html Css Color HEX #728ADF Cornflower Blue

📋 copy color: '#728ADF'

red 114 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #728ADF

Tints of Cornflower Blue #728ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 24%
G = 29.05%
B = 46.95%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#728ADF (or 0x728ADF) is known color: Cornflower Blue. HEX triplet: 72, 8A and DF. RGB value is (114,138,223). Sum of RGB (Red+Green+Blue) = 114+138+223=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #728ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADF is #8D7520. Grayscale: #8C8C8C. Windows color (decimal): -9270561 or 14649970. OLE color: 14649970.

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

Color convert

RGB 114 138 223 -
CMYK 0.49 0.38 0 0.13
HSL 226.79º 0.63% 0.66% -
HSV(B) 226.79º 0.49% 0.87% -
XYZ 29.35 27.08 73.49 -
YUV 140.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 114 138 223 0.49 0.38 0 0.13 226.79 0.63 0.66
Hex 72 8A DF 31 26 0 D E3 3F 42
Octal 162 212 337 61 46 0 15 343 77 102
Binary 1110010 10001010 11011111 110001 100110 0 1101 11100011 111111 1000010

Color Harmonies of #728ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ADF

Black with #728ADF

Text Example


Text Example

White with #728ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,223); }

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

background-color css

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

 a { background-color: rgb(114,138,223); }

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

border-color css

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

 span { border-color: rgb(114,138,223); }

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