Html Css Color HEX #728DFF Cornflower Blue

📋 copy color: '#728DFF'

red 114 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #728DFF

Tints of Cornflower Blue #728DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 22.35%
G = 27.65%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#728DFF (or 0x728DFF) is known color: Cornflower Blue. HEX triplet: 72, 8D and FF. RGB value is (114,141,255). Sum of RGB (Red+Green+Blue) = 114+141+255=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #728DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DFF is #8D7200. Grayscale: #919191. Windows color (decimal): -9269761 or 16747890. OLE color: 16747890.

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

Color convert

RGB 114 141 255 -
CMYK 0.55 0.45 0 0
HSL 228.51º 1% 0.72% -
HSV(B) 228.51º 0.55% 1% -
XYZ 34.51 29.85 98.55 -
YUV 145.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 114 141 255 0.55 0.45 0 0 228.51 1 0.72
Hex 72 8D FF 37 2D 0 0 E5 64 48
Octal 162 215 377 67 55 0 0 345 144 110
Binary 1110010 10001101 11111111 110111 101101 0 0 11100101 1100100 1001000

Color Harmonies of #728DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DFF

Black with #728DFF

Text Example


Text Example

White with #728DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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