Html Css Color HEX #728FDA Cornflower Blue

📋 copy color: '#728FDA'

red 114 ◦ green 143 ◦ blue 218

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

Shades of Cornflower Blue #728FDA

Tints of Cornflower Blue #728FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 24%
G = 30.11%
B = 45.89%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#728FDA (or 0x728FDA) is known color: Cornflower Blue. HEX triplet: 72, 8F and DA. RGB value is (114,143,218). Sum of RGB (Red+Green+Blue) = 114+143+218=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #728FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FDA is #8D7025. Grayscale: #8E8E8E. Windows color (decimal): -9269286 or 14323570. OLE color: 14323570.

HSL color Cylindrical-coordinate representation of color #728FDA: hue angle of 223.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728FDA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 143 218 -
CMYK 0.48 0.34 0 0.15
HSL 223.27º 0.58% 0.65% -
HSV(B) 223.27º 0.48% 0.85% -
XYZ 29.42 28.28 70.24 -
YUV 142.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 114 143 218 0.48 0.34 0 0.15 223.27 0.58 0.65
Hex 72 8F DA 30 22 0 F DF 3A 41
Octal 162 217 332 60 42 0 17 337 72 101
Binary 1110010 10001111 11011010 110000 100010 0 1111 11011111 111010 1000001

Color Harmonies of #728FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FDA

Black with #728FDA

Text Example


Text Example

White with #728FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,218); }

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

background-color css

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

 a { background-color: rgb(114,143,218); }

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

border-color css

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

 span { border-color: rgb(114,143,218); }

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