Html Css Color HEX #728DFE Cornflower Blue

📋 copy color: '#728DFE'

red 114 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #728DFE

Tints of Cornflower Blue #728DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 22.4%
G = 27.7%
B = 49.9%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#728DFE (or 0x728DFE) is known color: Cornflower Blue. HEX triplet: 72, 8D and FE. RGB value is (114,141,254). Sum of RGB (Red+Green+Blue) = 114+141+254=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #728DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DFE is #8D7201. Grayscale: #919191. Windows color (decimal): -9269762 or 16682354. OLE color: 16682354.

HSL color Cylindrical-coordinate representation of color #728DFE: hue angle of 228.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728DFE is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 141 254 -
CMYK 0.55 0.44 0 0.00
HSL 228.43º 0.99% 0.72% -
HSV(B) 228.43º 0.55% 1% -
XYZ 34.35 29.78 97.7 -
YUV 145.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 114 141 254 0.55 0.44 0 0.00 228.43 0.99 0.72
Hex 72 8D FE 37 2C 0 0 E4 63 48
Octal 162 215 376 67 54 0 0 344 143 110
Binary 1110010 10001101 11111110 110111 101100 0 0 11100100 1100011 1001000

Color Harmonies of #728DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DFE

Black with #728DFE

Text Example


Text Example

White with #728DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,254); }

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

background-color css

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

 a { background-color: rgb(114,141,254); }

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

border-color css

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

 span { border-color: rgb(114,141,254); }

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