Html Css Color HEX #728FFC Cornflower Blue

📋 copy color: '#728FFC'

red 114 ◦ green 143 ◦ blue 252

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

Shades of Cornflower Blue #728FFC

Tints of Cornflower Blue #728FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 22.4%
G = 28.09%
B = 49.51%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#728FFC (or 0x728FFC) is known color: Cornflower Blue. HEX triplet: 72, 8F and FC. RGB value is (114,143,252). Sum of RGB (Red+Green+Blue) = 114+143+252=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #728FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FFC is #8D7003. Grayscale: #929292. Windows color (decimal): -9269252 or 16551794. OLE color: 16551794.

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

Color convert

RGB 114 143 252 -
CMYK 0.55 0.43 0 0.01
HSL 227.39º 0.96% 0.72% -
HSV(B) 227.39º 0.55% 0.99% -
XYZ 34.33 30.25 96.12 -
YUV 146.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 114 143 252 0.55 0.43 0 0.01 227.39 0.96 0.72
Hex 72 8F FC 37 2B 0 1 E3 60 48
Octal 162 217 374 67 53 0 1 343 140 110
Binary 1110010 10001111 11111100 110111 101011 0 1 11100011 1100000 1001000

Color Harmonies of #728FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FFC

Black with #728FFC

Text Example


Text Example

White with #728FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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