Html Css Color HEX #728DFC Cornflower Blue

📋 copy color: '#728DFC'

red 114 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #728DFC

Tints of Cornflower Blue #728DFC

RGB

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

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

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

R = 22.49%
G = 27.81%
B = 49.7%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#728DFC (or 0x728DFC) is known color: Cornflower Blue. HEX triplet: 72, 8D and FC. RGB value is (114,141,252). Sum of RGB (Red+Green+Blue) = 114+141+252=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #728DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DFC is #8D7203. Grayscale: #919191. Windows color (decimal): -9269764 or 16551282. OLE color: 16551282.

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

Color convert

RGB 114 141 252 -
CMYK 0.55 0.44 0 0.01
HSL 228.26º 0.96% 0.72% -
HSV(B) 228.26º 0.55% 0.99% -
XYZ 34.04 29.66 96.03 -
YUV 145.58 188.05 105.47 -
System Red Green Blue C M Y K H S L
Decimal 114 141 252 0.55 0.44 0 0.01 228.26 0.96 0.72
Hex 72 8D FC 37 2C 0 1 E4 60 48
Octal 162 215 374 67 54 0 1 344 140 110
Binary 1110010 10001101 11111100 110111 101100 0 1 11100100 1100000 1001000

Color Harmonies of #728DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DFC

Black with #728DFC

Text Example


Text Example

White with #728DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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