Html Css Color HEX #728FFF Cornflower Blue

📋 copy color: '#728FFF'

red 114 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #728FFF

Tints of Cornflower Blue #728FFF

RGB

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

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

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

R = 22.27%
G = 27.93%
B = 49.8%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#728FFF (or 0x728FFF) is known color: Cornflower Blue. HEX triplet: 72, 8F and FF. RGB value is (114,143,255). Sum of RGB (Red+Green+Blue) = 114+143+255=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #728FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FFF is #8D7000. Grayscale: #929292. Windows color (decimal): -9269249 or 16748402. OLE color: 16748402.

HSL color Cylindrical-coordinate representation of color #728FFF: hue angle of 227.66º 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 #728FFF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 143 255 -
CMYK 0.55 0.44 0 0
HSL 227.66º 1% 0.72% -
HSV(B) 227.66º 0.55% 1% -
XYZ 34.81 30.44 98.65 -
YUV 147.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 114 143 255 0.55 0.44 0 0 227.66 1 0.72
Hex 72 8F FF 37 2C 0 0 E4 64 48
Octal 162 217 377 67 54 0 0 344 144 110
Binary 1110010 10001111 11111111 110111 101100 0 0 11100100 1100100 1001000

Color Harmonies of #728FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FFF

Black with #728FFF

Text Example


Text Example

White with #728FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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